Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
toni.gpd@adobeforums.com #1
Is possible change the title with Acrobat Pro 9?
Hi,
I'm using Acrobat Pro. 9, and i'm programing with C#.
My question is: Is possible change de title in a pdf?
I'm using this two metods and nothing the nothing, the title no change.
---- 1 form ------
PdfStamper pdfStamper = null;
pdfStamper = new PdfStamper(pdfReader, pdfOutputFile);
System.Collections.Hashtable info = new system.Collections.Hashtable();
info["«Title»"] = "";
pdfStamper.MoreInfo = info;
--- 2 form -------
Object ObjTitle = pdDoc.GetInfo("Title");
titulo = Convert.ToString(ObjTitle);
ObjTitle = "";
Regards,
Toni.
toni.gpd@adobeforums.com Guest
-
how to change page title once published?
I would like to change the title of this page (from "techsupport_gis" to something else) without creating a replica of this page and resaving it as... -
Re : How to change the Wndow title
Hi, I have publish my flash document to a projector file, I use fscommand("showmenu", false) to turn off all menu items but how can I change the... -
D8.5 / D MX: Change text in title bar
Hello, does anybody know, if one can change the text in the title bar of an projector window? Tharion -
how to change text shown in title bar of the projector?
Hi there, does anyone know how to change the text that is shown in the title bar of a projector? I have a projector "start.exe" and it shows... -
Cannot Change Title Or Meta Tag on Template
Hi everyone, I have a large site I am creating without frames. Each section of my site has a template. I have also added a site search that... -
toni.gpd@adobeforums.com #2
Is possible change the title with Acrobat Pro 9?
Hi,
I'm using Acrobat Pro. 9, and i'm programing with C#.
My question is: Is possible change de title in a pdf?
I'm using this two metods and nothing the nothing, the title no change.
---- 1 form ------
PdfStamper pdfStamper = null;
pdfStamper = new PdfStamper(pdfReader, pdfOutputFile);
System.Collections.Hashtable info = new system.Collections.Hashtable();
info["«Title»"] = "";
pdfStamper.MoreInfo = info;
--- 2 form -------
Object ObjTitle = pdDoc.GetInfo("Title");
titulo = Convert.ToString(ObjTitle);
ObjTitle = "";
Regards,
Toni.
toni.gpd@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #3
Re: Is possible change the title with Acrobat Pro 9?
That code you posted is not from an Adobe SDK - it's from a 3rd party library (iText, I believe). So I don't understand what that has to do with questions about the Acrobat SDK?
Leonard_Rosenthol@adobeforums.com Guest
-
toni.gpd@adobeforums.com #4
Re: Is possible change the title with Acrobat Pro 9?
Hi Leonard,
I'm not using a iText librery, i'm using a Adobe librery.
It's possible than this misplaced the post, sorry.
Regards,
Toni.
toni.gpd@adobeforums.com Guest
-
PDL@adobeforums.com #5
Re: Is possible change the title with Acrobat Pro 9?
It is possible with the Acrobat SDK. You seem to be using iTextSharp, which is not an Adobe product, so you would probably get a faster response on forums that deal with iTextSharp.
PDL@adobeforums.com Guest
-
PDL@adobeforums.com #6
Re: Is possible change the title with Acrobat Pro 9?
Toni,
Could you post the code you are using from the Adobe library then? The code you posted above, using PdfStamper, is not part of the Acrobat SDK - it is part of iTextSharp which is not an Adobe product.
PDL@adobeforums.com Guest
-
toni.gpd@adobeforums.com #7
Re: Is possible change the title with Acrobat Pro 9?
Hi PDL,
Is possible, but this library in not loaded in my project.
then... how to make it using Adobe library?
Regards,
Toni.
toni.gpd@adobeforums.com Guest
-
PDL@adobeforums.com #8
Re: Is possible change the title with Acrobat Pro 9?
See the PDDoc.GetInfo and PDDoc.SetInfo methods in the IAC API Reference. They will allow you to get and set individual entries in the info dict.
PDL@adobeforums.com Guest
-
toni.gpd@adobeforums.com #9
Re: Is possible change the title with Acrobat Pro 9?
Thanks PDL.
toni.gpd@adobeforums.com Guest



Reply With Quote

