Re: Change in capital to Lower while extracting contents
What do you mean for 'wrong text attributes'? if text is written with lower case (text extraction) but displayed with upper case, Acrobat should use somekind of 'attribute/info' to display text all...
View ArticleRe: Change in capital to Lower while extracting contents
What you see on the screen has ZERO relationship to what will be extracted. The process by which a PDF processor determines what glyphs of a font to render on screen is different than the process of...
View ArticleRe: Change in capital to Lower while extracting contents
If you want to solve this you are going to need a detailed understanding of the "Text" chapter of 32000-1, and it is very uncertain that you can. Acrobat is not doing anything wrong; the PDF creation...
View ArticleRe: how to get cmap and cid font file for Tamil font Latha
Dear lrosenth, I need to give the cmap file name in the functionPDSysEncoding PDSysEncodingCreateFromCMapName (ASAtom cmapName); to get PDSysEncoding.Because I am going to use that in function...
View ArticleRe: how to get cmap and cid font file for Tamil font Latha
Not a FILE name, but a logical name! Those names are listed in ISO 32000-1:2008 (aka the PDF standard) I believe that I already explained that there is an excellent sample in the Acrobat X and XI SDKs.
View ArticleRe: Refying PDF with subset embedded fonts fixes text extraction
Thanks again for your reply, Your explanation makes sense. I went ahead and removed the tounicode cmap just to see what would happen if (CosDictKnown (cosFont, ASAtomFromString ("ToUnicode")))...
View ArticleRe: Refying PDF with subset embedded fonts fixes text extraction
To try extraction with and without the ToUnicode CMap, then apply a heuristic to see which one most resembles good text in the language of your choice, would be a possibility. Realise that ToUnicode...
View ArticleIs it allowed to convert html pages to pdf:s on a webserver?
Hi, I read a web discussion some where on the web there somebody claimed it was not allowed to generate pdf files of html pages on a webserver. Is this correct?If it is allowed my followup question is...
View ArticleRe: Is it allowed to convert html pages to pdf:s on a webserver?
Let's be specific. You cannot use Adobe Acrobat on a web server, not for this job nor any other. That's not quite the same thing as saying the conversion isn't allowed, you just aren't allowed to use...
View ArticleRe: Is it allowed to convert html pages to pdf:s on a webserver?
Thank you for the quick response.Too bad I can't use Acrobat on a webserver. Among other things I had my hopes on using the full Adobe suits I bought earlier for this. How do I proceed in that...
View ArticleRe: Is it allowed to convert html pages to pdf:s on a webserver?
Generally if you have free choice you don't convert HTML. You would use a web-based package that can generate PDF or HTML as required, directly. Adobe's product for server-based PDF creation is...
View ArticleRe: Is it allowed to convert html pages to pdf:s on a webserver?
Many sites that I shop at send me their invoice/receipt as a pdf and I think it is a greate feature/service they have there. Do you happen to know how they do (software that's used and so on) then they...
View ArticleRe: Is it allowed to convert html pages to pdf:s on a webserver?
Ok!Thank you both Test Screen and Bernd Alheit. I Think I got what I need to keep on working.Now to a more difficult task! Since I am new at this forum I noticed that you can set points at helpful...
View ArticleAccessing SharePoint information via the plugin API
Hey there, I am trying to (via a plugin) find if Acrobat (and in the future, Reader) has opened a document from SharePoint.If so, what are the details (SP Url, if Acrobat/Reader has checked it out,...
View ArticleCould anyone please let me know how to set a ICC profile with Acrobat dlls...
Could anyone please let me know how to set a ICC profile with Acrobat dlls using Csharp or VB
View ArticleRe: Could anyone please let me know how to set a ICC profile with Acrobat...
"Set" in what sense? Have you installed the Acrobat SDK (you will need to because that is where all the documentation is).Is this for a server?
View ArticleRe: Accessing SharePoint information via the plugin API
Not sure if SharePoint uses a different ASFileSys. Or if the information can be obtained from the ASPathName otherwise. Worth checking.
View Articlehow to use acropdf even if addon is deactivated in InternetExplorer
Hello, hopefully someone can help me with my problem:I need to instantiate AcroPDF.dll and have it deactivated at the same time in InternetExplorers Addon-settings.But when I deactive the addon in IE,...
View ArticleRe: Accessing SharePoint information via the plugin API
Yes, files opened from SharePoint use a different ASFileSys and you can get info about the location from the ASPathname. However, no SP-specific information (like metadata) is provided. You would need...
View ArticleRe: how to use acropdf even if addon is deactivated in InternetExplorer
Absolutely! The DLL is still fully functional in other applications. Do you have Acrobat installed or only Reader? You need Acrobat for that DLL, but Reader is fine for just IE.
View Article