问题标签 [publisher]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1449 浏览

vba - 在 Microsoft Publisher VBA 中,如何访问选定的页面?

在 Publisher 而不是 VBA 中,我使用导航窗格选择第 5 页。现在,我手动执行的工作将应用于第 5 页。但是,现在我想运行我编写的宏,它将导入、调整大小、标签等。一批图像。如何让我的宏识别我希望将这些图像导入到第 5 页(我当前的工作页面)?

我将宏硬连线到第 2 页(因为我无法回答上述问题): set pg = activedocument.pages(2)

我设想了类似的东西(但这当然行不通): set pg = activedocument.selected.page

同样,在我的宏运行后,它添加了三个新页面,我希望选定/活动页面是我添加的最后一页(例如,第 9 页)。怎么做?同样,我设想了类似:activedocument.pages(9).select

非常感谢。

0 投票
1 回答
339 浏览

c# - 如何在 Outlook COM 加载项中设置 Publisher 属性?

我用C#开发Outlook COM 加载项,并使用Installshield创建安装文件。

然后我看到Outlook Options Add-Ins 对话框中的Publisher属性是<[None]>。我想设置该属性并要求 Google 解决此问题,但无法解决。

你能给我一些建议吗?

提前致谢!

0 投票
1 回答
2253 浏览

vba - Splitting MS Publisher 2010 document into multiple files

I want to split a multi-page MS Publisher 2010 document into a set of separate documents, one per page.

The starting document is from a mail-merge, and I am trying to produce a set of numbered and named tickets as PDFs to send to people for an event (this is for a charity). The mail-merge seems to work fine and I can save the merged document and it looks OK with e.g. a list of fifty people giving me a 50-page document.

Ideally the result would be a set of PDFs.

I have tried to create some simple VBA code to do this, but it is not working consistently. If I try this very simple macro below , I get the correct number of documents, but only perhaps 1 or 2 documents with the correct contents out of every five. Most of the documents are completely empty.

I did sometimes get an error that the clipboard is busy, but not always.

Another approach might be to start with the master document and do this looping over the separate documents and fill in the personal details for each person's ticket and directly produce the PDFs. But that seems more complex, and I am not a VB programmer (but been doing C++ etc for 20+ years, so I can program :-) )

A final annoyance is that it seems to keep opening a new Publisher window for each document. It takes a while to then close 50+ copies of publisher, and the laptop starts to crawl...

Please advise how best to get round these issues. I am probably missing something trivial, being a relative VB(A) newbie.

Thanks in advance for any suggestions

0 投票
1 回答
463 浏览

android - 更改名称后,Google Play 上的旧出版商名称会发生​​什么变化

我最近注册了一个公司名称,并想更改我的 Google Play 发布商名称。

问题是我不知道旧的出版商名称会发生​​什么。我在网站上甚至在应用程序中都有很多指向我的应用程序的链接。示例链接:

https://play.google.com/store/apps/developer?id=old_publisher_name

我不希望旧的商店链接被破坏。

有没有人成功改了出版商的名字,我能说说他的经历吗?旧名称是否仍然保留并引用新名称?

0 投票
2 回答
1782 浏览

android - Google 开发者帐户(发布者)

我只是想为谷歌创建一个开发者发布者帐户,我发现我需要支付 25 美元的费用。

是否可以免费创建一个开发者帐户,例如为学生、教师......就像使用 Microsoft 开发者帐户一样。

如果不是,是一次 25 美元的费用,还是我需要为我上传的每个应用程序付费。

0 投票
0 回答
157 浏览

vb.net - clrzmq Visual Basic 2012 订阅者套接字未收到消息

我在编写一个基本工具以使用 Visual Basic 2012 中的 zeroMQ,使用 clrzmq(通过 NuGet 获得)从发布者接收消息时遇到一些问题。如您所见,它非常基本——它应该只接收一条消息并将其打印到文本框。

但是,它拒绝接收任何消息,即使我可以从其他工具中看到消息确实是由发布者发出的。我知道它连接正常,因为如果不是它会引发错误。我确信我没有正确设置 SUBSCRIBE 过滤器,因此创建一个空字节数组是多余的。

我被 100% 难住了。

0 投票
1 回答
829 浏览

php - 网络日历发布(.ical 或 ics)是由发布者推送还是由订阅者拉取?

在我的自定义 php Web 应用程序中,我想使用从我自己的数据库中选择的日历事件发布一个 ical 日历。在我创建 ical 文件并创建指向它的链接后,(例如 iphone 订阅者)设置他们的订阅信息以拉取它,在初始拉取之后,更改如何同步回订阅者?订阅者软件是否定期轮询更改?还是我必须以某种方式推动更改?

我四处寻找这些信息,但没有一个简洁的答案。

0 投票
0 回答
62 浏览

c# - SQL 复制状态

我想检查发布者在停止重新初始化时的状态是否可以使用 C# 或 SQL 命令重新初始化发布

0 投票
1 回答
2448 浏览

aem - CQ5。如何知道代码执行的发布者的主机名?

为了解决主题中提到的问题,我编写了以下代码:

我无法检查它,因为我只有作者机器,但以下代码将仅在发布者上执行。

在生产中,我们有几个出版商。我想为每个出版商得到不同的结果。

我的代码是否适用于发布商?

0 投票
1 回答
596 浏览

node.js - 如何在一个模块上与多个 npm 发布者协作

如果一个 npm 模块上有多个发布者,我们如何组织我们的文件系统和进程?我们是否需要一个通用的存储库(例如 GIT)或者是否有一种聪明的方式来使用 npm 自己的发布和更新过程?

我无法理解的主要问题是软件包的初始发布者无法从软件包本身中获取最新版本,是吗?除非他将其安装为另一个包的依赖项,然后从该依赖项中更新和发布。