Quantcast
Channel: Adobe Community : Popular Discussions - InDesign SDK
Viewing all 78596 articles
Browse latest View live

using new version of boost

$
0
0
Hello,

I'm building a plugin and want to use new boost libraries. I need the latest version for using threads.
Problem is Indesign is also using boost only an old version.
Now I get conflicts when compiling the plugin.

Does anyone have an Idea to solve this problem?

Thanks,
Jelle

How to load ".pln" plugin in indesign

$
0
0

Hi everyone,

 

 

     I have created a plugin using DollyXs " DollyTest.pln " and copied the plugin with its supporting files in the Adobe indesin plugin directory.

But when I launch the indesign it gives the error- " Adobe Indesign cannot load the DollyTest plugin ". I have attached the screenshot of the error dialog. Anyone please tell me how to run the plugin that I have created.

 

Thanks,

Ranjan Singh

plugin error.jpg

Where can download Indesign CC SDK

$
0
0

Hi everyone,

 

I'm really disappointment with adobe tech support team

waste day-long for chating & calling but they don't know where can download InDesign CC SDK for plug-in development.

many support staff of adobe can't determine the difference between InDesign CC product & InDesign CC SDK and InDesign CS & InDesign CC when send me the link to download is CS version.

also my account(calvin.nguyen@niteco.se) is partner Development and paid money for adobe but can't login to this forum but can login by free-account(trung,vu@niteco.se).

According to the InDesign Developer Center | Adobe Developer Connection then CC SDK is moved to https://prerelease.adobe.com/

to download CC SDK I have to register information and wait 2 days, but I registered over 2day and now I can't access to https://prerelease.adobe.com/ at section "InDesign SDK Access Program"
for CC SDK download.

when I bing all this information to ask Tech support team then they don't known about this process !!!! disappointment!

 

So anyone can let me known where can download InDesign CC SDK??

anyone on the forum, if keeping InDesign CC SDK pls give me a copy, thanks so much

 

Thanks

From where I can download Indesign cc 2014 SDK for C++ plugin development?

$
0
0

I have plugin which work fine with indesign cc 2013. I am in a processes of adding support for indesign cc 2014 but SDK is not available for download. Please suggest how to get SDK?

 

Thanks,

Paresh

Where can I get InDesign CC 2015 SDK

$
0
0

Hi all,

Yesterday I got a release of Adobe InDesign CC 2015. But I cannot find an update for InDesign CC 2015 SDK in prerelease.adobe.com!!! I'm afraid that my clients can't use our plugin the the moment they update the 2014 to 2015.

Do you know when will adobe release for us the 2015 SDK?

Visual Studio 2012 - CC 2014 PMString debugging

$
0
0

Hi,

 

Could help me an expert how can I debug PMString values?

(I used ID API Navigator for previous versions.)

 

Thx:  Karoly

How to find paragraphs by using paragraph style name?

$
0
0

    How to get the Paragraph style UIDRef from paragraph style name.

To find the paragraphs using Paragraph style i want UIDRef of paragraph style.Can some one help me..,

Importing PDF to InDesign

$
0
0

I am doing a book and i am wanting to import a document that I have both saved to doc and PDF. Is there anyway I can bring this into InDesign to extend to the pages that I have made?


Adobe InDesign CC 2015 does not recognize as a valid plugin - After updated from SDK 8.0.0 to 11.0.0

$
0
0

Hi All,

 

I have been working on ajusting a plugin from CS6 to CC2015 (SDK 8.0.0 to 11.0.0).

After getting the code to compile against the new SDK, when I try to load it I get the following message:

Adobe InDesign does not recognize PLUGIN_NAME**.PLN as a valid plug-in...

InvalidPlugin.png

Any thoughts?

 

Thanks

Ido

How to read dragged image from (Browser to Layout)

$
0
0

When I drag an image from browser into the layout, the external flavor is kPasteboardTypeFileURLPromiseExternalFlavor

Now, I try to handle this external flavor in my flavor helper's ProcessDragDropCommand.

I try to internalize as follows:

 

controller->InternalizeDrag(kNoExternalFlavor, kMyDragDropCustomFlavor);

 

kMyDragDropCustomFlavor is supported via my custom data exchange handler.

Have overridden CanInternalizeData and Internalize data in my data exchange handler.

 

My biggest hurdle: is in reading the dragged item from IPMDataObject as stream.

IPMDataObject::GetStreamForReading never gives me the stream.

 

NOTE: I at least expect to read the URL of the image dragged and not the entire image stream.

When you drag an image from browser to InDesign layout (in Windows version), a text box is created with URL data.

 

I would like to achive the same. I would appreciate if someone can shed light on this.

InDesign Plugin File Drag & Drop

$
0
0

If the text file drag and drop on the frame in Document, text is put the frame.

At that time, can I know the frames uid or story of uid which is inside?

(I didn't drag and drop where frame is not exist)

Wrong parametrisation of StreamUtil-method calls

$
0
0

I use the xmlcatalghandler sample within my plug-in tp load and parse some kind of order specific configration XML at CS2.

So fare I get permanetly an empty readstream back from StreamUtil::CreateFileStream(catalogName);

I've seem that the method is declared and implmented in the following way:

IPMStream *CreateFileStream(ClassID clsID, const IDFile& sysFile, uint32 mode , OSType fileType , OSType creator)

An overloading method, only with the IDFile paramemeter, can't be found.

This discrepantion I've recogniced also at CS5.5.

So I need hepl to fix that error eighter by:

a) send my the implementation for an overloading one parameter method

b) let me know how the values, to be passes as 2.-4.th parameter to nearly all the methods of StreamUtil. and wher to get them from

How to find the link of any embedded Graphic frame.

$
0
0
Hi,

For one of my plugin I need to find the links of the embedded frames. Can any one tell me how can we find the link of the frame if I am provided with the UIDRef of the Graphic frame.

Import MultiPage PDF

$
0
0
All:

Is there a way to tell how many pages are in a multi-page PDF prior to or immediately after importing with the ProcessImportAndLoadPlaceGun?

thanks,
Liz

IDCS3 Mac and MySQL

$
0
0
I have several prior versions of a plugin that communicates with a MySQL database. In CS2, I had to add some libraries to the project(libmysqlclient.a, etc.) to make this happen. Now during the conversion to CS3, if I add "libmysqlclient.a" to the Xcode project, I get the same errors as John Darnell described in this post:

http://www.adobeforums.com/cgi-bin/webx/.3bc4152c

Does anyone work with MySQL inside of a plugin, and if so, can you provide me with some assistance in getting this plugin to compile?

Thanks in advance.

Dan

Customised Flavor Drag and Drop in Indesign CS3

$
0
0
Hello All,
I'm implementing a to Drag & Drop from an external application (say windows Desktop) on to Indesign CS3 Document. I have implemented a Custom Flavor helper and a Data Exchange helper for my custom Flavor.
I have registered my Custom Flavor in Constructor of My Custom Flavor

RegisterExternalFlavor(TEXT("Portable Document Format"));

In the Function CouldAcceptTypes, it is

if (dataIter != nil)
{
// Test for swatches in the drag
DataExchangeResponse response;

response = dataIter->FlavorExistsWithPriorityInAllObjects(kPDFExternalFlavor);
bool16 valid = response.CanDo();
if (valid)
{
return DragDrop::TargetResponse(response, DragDrop::kDropWillCopy);
}
return DragDrop::kWontAcceptTargetResponse;

Now My Problem it is this variable "valid" is always False. So it is not going inside the loop. and hence I am not getting call in ProcessDragDropCommand. The Only calls which I am getting is in
DataExchangeHandler::CreateScrapStorage() & DataExchangeHandler::GetFlavor()

Note that I am dropping PDF only. I suppose the problem is in dropped Flavor only that it is not accepting.
Kindly help.
I am stuck at this point.

..Many Thanks

Importing pdf with transparent background

$
0
0
The following code imports a pdf file, but the background is not transparent. Does anyone know how I can accomplish this?<br /><br />thanks,<br />Liz<br /><br />void ImportTransparentImage(SysFile *file) <br />{ <br />do{<br />     IDataBase* db = ::GetDataBase(GetFrontDoc());<br /><br />     InterfacePtr<ICommand> cmdSetPDFPlacePrefs(CmdUtils::CreateCommand(kSetPDFPlacePrefsCmdBoss)); <br />     InterfacePtr<IPDFPlacePrefs> pdfPlacePrefData (cmdSetPDFPlacePrefs, IID_IPDFPLACEPREFS); <br />     pdfPlacePrefData->SetTransparentBackground(kTrue); <br /><br />     InterfacePtr<ICommand> placePDFCmd(CmdUtils::CreateCommand(kImportAndPlaceCmdBoss)); <br />     InterfacePtr<IImportFileCmdData> importFileCmdData(placePDFCmd, IID_IIMPORTFILECMDDATA); <br />     importFileCmdData->Set(db, *file, kMinimalUI); <br /><br />     ILayoutControlData *layout = Utils<ILayoutUIUtils>()->QueryFrontLayoutData();<br />     InterfacePtr<ISpread> spread(layout->GetSpread(), IID_ISPREAD);<br />     InterfacePtr<IPlacePIData> placePIData(placePDFCmd, UseDefaultIID()); <br />     PMPointList points(1); <br />     UIDRef spreadUIDRef = ::GetUIDRef(spread);<br />     PMPoint zp = spread->GetSpreadZeroPoint(); <br />     points.Append(PMPoint(zp.X()+0,zp.Y()+0)); <br />     placePIData->Set(spreadUIDRef, &points, kFalse); <br />}while(kFalse);<br />}

PDF Import

$
0
0
I want to import multipagePDF file on Indesign document.

I used kCascadePlacePDFCmdBoss, kPDFPlaceCmdBoss, etc...
but the CmdUtils::ProcessCommand() was failed.

how can I add widgets dynamically on the ImportDialogBox?

thanks in advance
Maheshkumar

InDesign update erases PDF settings

$
0
0
Every time InDesign CS3 updates itself, the installer erases my user-defined Adobe PDF Presets.

I use InDesign as part of an automated system to process documents. With the Adobe PDF Presets gone, my whole system goes down.

I submitted a bug report some time ago detailing this problem. I received no response, and the problem was never addressed; so I'll move this issue to a public forum.

What's the deal? Is this behavior by design? Is the InDesign updater supposed to erase my presets? Certainly not!

Get with the program Adobe. Fix this please.

In the meantime, I've turned Adobe Updater off. To install an update, I have to run it manually, and recreate the presets on each machine.

How to retain Transparency in PDF file while exporting?

$
0
0

Hi All,

 

In our project we export the PDF file by using two option.

1. By using PDF Style file

2. By using Default settings (IPDFExportPrefs Interface)

 

We have one image frame in template which contains transparent image.

1. In this case it copies IPDFExportPrefs from PDF Style file then it exports the PDF File by processing kPDFExportCmdBoss command.

But it does not retain trasparency in output PDF file.

 

2. In this case it copies IPDFExportPrefs from  default settings and then it exports the PDF File by processing kPDFExportCmdBoss command.

But it retains trasparency in output PDF file.

 

We are not able to get exact flag that used to retain the transparency effect in PDF file.

So please help me to resolve this problem. This is very urgant.

 

 

Thanks in Advance,

Santosh Kadam.

Viewing all 78596 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>