Re: Navigate to custom views in PDF using C#
I want to pass the view's name from c# application to ADOBE PDF VIEWER . Thanks to update me this info also
View ArticleRe: Is there a function to determine whether a *path* or path element falls...
Ramon F Herrera wrote: Or maybe I am confused wth AVGrafSelectGetBoundingRect()? TIA Actually, dear self, we were confused with PDEElementIsAtPoint(INPDEElement elem, INASFixedPoint point) -Your Self
View ArticleRe: Navigate to custom views in PDF using C#
What is a custom view? What provides this toolbar to select them?What do you mean by "the tool" in your first question?
View ArticleIs there an Adobe-provided function to determine whether 2 rectangles intersect?
Background info: I am implementing the Copy half of a Copy&Paste facility, and need to determine what items (page elements? paths? path elements?) are surrounded by the selecting rubberband/drag...
View ArticleRe: what does Adobe mean “free mail addresses like yahoo or hotmail are not...
keepmoving89 wrote: I want to apply for a Reader-enabled key ,but the "adobe Reader integration license Agree" says "free email addresses like yahoo or hotmail are not permitted", what does this mean?...
View ArticleRe: Is there an Adobe-provided function to determine whether 2 rectangles...
PDEElementIsAtRect()
View ArticleRe: Is there an Adobe-provided function to determine whether 2 rectangles...
Thanks! ASBool PDEElementIsAtRect(INPDEElement elem, INASFixedRect rect) NB: Too bad the most important item above (the function mame) is not clickable.... -RFH
View ArticleRe: Navigate to custom views in PDF using C#
for example : 3D Apps exported PDF will have many views.
View ArticleRe: Navigate to custom views in PDF using C#
AH - 3D views. You will need to have some custom JavaScript in the PDF and then you can communicate with that via the JSBridge from C#.
View ArticleSaving Open PDF to disk within Plugin
Hi,Does anyone have any sample code which would allow a currently opened PDF document to be saved to the local hard drive via a plugin.RegardsStuart
View ArticleRe: Saving Open PDF to disk within Plugin
Methods you will want to look up:PDDocSaveAVDocGetPDDocAVAppGetActiveDocASPathNameCreatePathFromCString
View ArticleRe: Add DSS and VRI information and still keep Reader extension for later...
Is there perhaps another save function for Reader that won't disable reader extionsion and save extra data to the file that I can use while I wait for respsonse?
View ArticleRe: Saving Open PDF to disk within Plugin
Thanks very much for the information. I've managed to get this working now.Anyone got any ideas on how to get the full filename of the current opened PDF document?RegardsStuart
View ArticleRe: Separation color space for specific fonts
I was able to create a separation color space. Now i want to write text into that color space having some specific fonts.What are all the steps i need to follow ? Which object should i use for getting...
View ArticleRe: Separation color space for specific fonts
Same way you write any other text - nothing special here...
View ArticleRe: Separation color space for specific fonts
It is not about writing new text. I want to the parse the PDF and need to identify the fonts (i.e. Helvitica) then i want to write that particular text containing helvitica font into the newly created...
View ArticleRe: Separation color space for specific fonts
Then just set the colorspace on the text element that you found that you wish to change.
View ArticleRe: Saving Open PDF to disk within Plugin
The filename is available via the ASPathName, which you can acquire for the PDDoc. The ASPathName is opaque but some ASFileSys methods can be used to get a formatted path. You might have to convert a...
View ArticleRe: Separation color space for specific fonts
There are several ways to get text. PDWordFinder - conveniently arranged into reading order and broken into words. No use to you because it isn't an edit interface. PDFEdit - can get text but it must...
View ArticleRe: Saving Open PDF to disk within Plugin
And remember that PDF files can be opened from many other places than just disk - memory, cloud, etc. So be prepared for data that you don't understand!
View Article