Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Gnanaprakash@adobeforums.com #1
Garbled character in GetInfo
Hi,
I have taken a PDF file and go to its property
2) Then Go to it “PDF” tab
3) In the Title set as 123*423
4) Now importing the pdf file thru my application, Now go the imported file properties and see the Title.
5) 123*423 - * is changed to some other character (Like multiple symbol this is happening for divide symbol also)
Environment: Japanese XP and Japanese Acrobat 7.0/8.0
//code
CString CAcroPDDoc::GetInfo(LPCTSTR szInfoKey)
{
CString result;
static BYTE parms[] =
VTS_BSTR;
InvokeHelper(0x8, DISPATCH_METHOD, VT_BSTR, (void*)&result, parms,
szInfoKey);
return result;
}
//call
_tcscpy( pdfExportDocProperties.m_Title ,acroPDDoc.GetInfo( _T("Title") ) );
// call end
InvokeHelper(0x8, DISPATCH_METHOD, VT_BSTR, (void*)&result, parms,
szInfoKey); - szInfoKey value is garbled. How to handle this in Acrobat.
Regards,
Gnanaprakash
//
Gnanaprakash@adobeforums.com Guest
-
Garbled/Stacked characters when printing
3.06 GHz Intel Core 2 Duo 10.5.5 Acrobat Pro 8 Have a sudden and perplexing problem this morning ... Went to print PDFs (which I've printed... -
ANNOUNCE: Verilog-GetInfo-1.0.1.pm
ANNOUNCE: Verilog-GetInfo-1.0.1.pm is being released in the directory http://backpan.perl.org/authors/id/R/RO/ROHITM/Verilog-GetInfo-1.0.1.pm ... -
html output getting garbled
Hi, My Windows machine running PHP Version 4.3.4, Apache, mysql, Zend IDE has developed a strange problem whereas the html code coming out of php... -
Garbled letters when opening PDF
A client of mine is having trouble reading a pdf document that we created using PDF Writer Version 5.0. When he opens the pdf the letters are all... -
sco 5.0.2 cd boots to garbled video...
i'm trying to boot an sco 5.0.2 cd to install on a dell dimension xps t500 (pentium-iii 500). after the post, the system accesses the cd and the... -
Gnanaprakash@adobeforums.com #2
Re: Garbled character in GetInfo
I have got garbled only for below character
123×456 (× -garbled, we have some more character like this in Japanese language.)
Gnanaprakash@adobeforums.com Guest



Reply With Quote

