Corrupted characters when importing PDFS to combined PDF

When I import PDFS they are showing up in the combined PDF with corrupted characters. What's up?

You probably nailed it on the head.  The fonts in the separate PDFs have issues already.  So when you attempt to combine them Acrobat tries to save and ... Voila!  Garbage characters.  You might be able to test this by exporting the separate PDF files to MS Word documents.  My guess is that you will get garbage characters on the same pages as you would when you combined the PDF files.

Similar Messages

  • Can I change default crop options when importing PDFs?

    When importing PDFs into Photoshop CS3, the default cropping is Bounding Box. I change the popup to Media Box, but it reverts when I quit Photoshop. Is there a way to make Media Box the default?

    I tried it and a Scripted opening of a pdf doesn’t seem to have any bearing on the dialog’s settings.
    If You open with the same settings usually it might be possible to create a Script that opens pdfs with those settings right away – one would have to trade the comparative convenience of dragging the pdf on the psd-symbol and hitting OK for an open-dialog though, I guess.

  • ColdFusion 8 drops Arabic characters when generating PDF doc

    Hello All,
    Please let me know what I'm doing wrong here! I have trouble with generating a PDF document from ColdFusion.
    The cfm document contains mixed English and Arabic text and it seems that the ColdFusion's embedded PDF Generator drops Arabic characters when creating the PDF file.
    I attached a bare bone cfm document (see print_test.cfm) that I used as an example to the stated problem.
    The document:
    displays fine in FireFox 3.0.10 (see attached print_test_screenshot.jpg) Used link:
    http://localhost:8500/Print_test.cfm?display=yes
    This image file also shows the characters that get dropped by the ColdFusion's embedded PDF Generator.
    is converted fine in PDF by the FireFox 3.0.10 using print command line (see attached print_test_firefox.pdf) Used command:
    “C:\Program  Files\Mozilla Firefox\firefox.exe" -print "http://localhost:8500/Print_test.cfm?display=yes"  -printmode pdf -printfile "c:\pdf\print_test_firefox.pdf" -printdelay  150
    is NOT converted to PDF properly by the ColdFusion using the embedded PDF generator (see attached print_test_cf.pdf) Used command:  http://localhost:8500/Print_test.cfm
    The print_test.cfm file, which I had to remove since this forum allows me to post only 3 attachments, has the following content:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <cfsavecontent variable="MyPage">
    <head>
    <title>PRINT TEST</title>
    </head>
    <body>
    <table width="810" border="0">
      <tr>
        <td width="225" ><div align="center"><strong>ARABIC TEXT PRINT TEST</strong></div></td>
        <td width="225" ><div align="center"><strong><span dir="rtl">نظام بصمة الوجه في دولة</span></strong></div></td>
      </tr>
    </table>
    </body>
    </html>
    </cfsavecontent>
    <cfif not(isdefined("url.DISPLAY"))>
            <cfdocument format="pdf" filename="c:\pdf\print_test_cf.pdf"  overwrite="yes">
            <cfoutput>#mypage#</cfoutput>
            </cfdocument>
        <cfelse>
        <cfoutput>#mypage#</cfoutput>
    </cfif>
    Thank you all for your help,
    Adrian

    "I suppose you did it through the cfdocument tag in a cfm document". nope i used
      the iText library (the one that ships w/cf) directly in cf to see where the
    problem actually was. i don't think this is something you want to do?
    i reported this as a bug to adobe, you can help get something done by adding
    your own bug report here:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=12&6213=6
    ================ the cf file i used ================
    // file
    thisPDFFile="c:\Inetpub\wwwroot\iText\arabicLigatureTest.PDF";
    // get objects
    pdfFile = createObject("java", "java.io.FileOutputStream").init(thisPDFFile);
    pageSize = createObject("java", "com.lowagie.text.PageSize").init();
    bidiTable = createObject("java", "com.lowagie.text.pdf.PdfPTable").init(1);
    //one column table
    phrase = createObject("java", "com.lowagie.text.Phrase");
    baseFont = createObject("java", "com.lowagie.text.pdf.BaseFont");
    Font = createObject("java", "com.lowagie.text.Font");
    Phrase=createObject("java", "com.lowagie.text.Phrase");
    // landscape to fit this map image, the rotate() bit
    //pdfDocument = createObject("java",
    "com.lowagie.text.Document").init(PageSize.A4.rotate(), 0, 0, 0, 0);
    // portrait
    pdfDocument = createObject("java",
    "com.lowagie.text.Document").init(PageSize.A4, 0, 0, 0, 0);
    tableCell = createObject("java", "com.lowagie.text.pdf.PdfPCell");
    PdfWriter = createObject("java", "com.lowagie.text.pdf.PdfWriter");
    PdfWriter.getInstance(pdfDocument, pdfFile);
    // add metadata BEFORE opening pdf doc
    pdfDocument.addTitle("This is a quick and dirty arabic ligature test");
    pdfDocument.addSubject("arabic ligature PDF test");
    pdfDocument.addAuthor("PaulH");
    pdfDocument.addCreator("arabicItext testbed");
    pdfDocument.addKeywords("CFMX and iText are a great combination by golly!");
    // lets setup unicode font
    msUnicode=baseFont.createFont("c:
    windows
    fonts
    ARIALUNI.ttf",
    BaseFont.IDENTITY_H, BaseFont.EMBEDDED);
    thisFont=Font.init(msUnicode,12);
    // open doc to add stuff to then close, duh
    pdfDocument.open();
    bidiTable.setWidthPercentage(100);
    bidiTable.setRunDirection(PdfWriter.RUN_DIRECTION_RTL);
    // leading, text, font
    arabicPhrase=phrase.init(2,"نظام بصمة الوجه في دولة",thisFont);
    c=tableCell.init(arabicPhrase);
    c.setArabicOptions(8); //
    c.setBorder(0);
    c.setGrayFill(5.00);
    bidiTable.addCell(c);
    for (i=1; i LTE getU.recordCount;i=i+1) {
         arabicPhrase=phrase.init(22,getU.uniText+,thisFont);
         c=tableCell.init(arabicPhrase);
         c.setArabicOptions(8);
         c.setBorder(0);
         c.setGrayFill(5.00);
         bidiTable.addCell(c);
    pdfDocument.add(bidiTable);
    pdfDocument.close();
    </cfscript

  • FormsCentral is discarding dropdown export values when importing PDF form

    I would like to disclose that I am fairly new to this process.
    I have created a pdf from a word document. After creating the form portion in Adobe Acrobat XI Pro and adding in javascript validations and calculations, sourced mainly from these community forums I am encountering an error when importing the form to FormsCentral.  I have dropdown boxes that contain numbers (1,2,3, etc.) to select the amount of guests the recipient will invite. In turn, when selecting a certain number, the export value ($100,$200,$300, etc.) will show up in an adjacent text box stating in the amount it will cost.
    This works fine in Acrobat, however when I import it I get a message:
         FormsCentral has successfully imported the PDF with the following exceptions:
         The choice field AddtD contains both display and export values. FormsCentral must discard the export values and this may cause existing calculations and validations to fail.
         The choice field AddtG&D contains both display and export values. FormsCentral must discard the export values and this may cause existing calculations and validations to fail.
    When it comes to efficiency, I am aware I may be doing things the tedious way. But I would like some insight on how to make the textbox more active in this scenario. I will include my properties / validations and calculations:
    Dropdown box 1 (AddtG&D): Export values, as previously discussed
    Text box 1 (TotalAddtG&D):
    Validation Script:
    // null filed value if entry is zero
    if(event.value == 0) event.value = "";
    Custom Calculation Script:
    // Set this field value to the value of the combo box
    event.value = getField("AddtG&D").value;
    The same goes for Dropdown box 2 and Text box 2, as they are identical. Any help would be great!

    Well that simplifies it a lot, since all you need to do is multiply the field value by a constant amount in both cases. So the new calculation script could be:
    event.value = 100 * getField("AddtG&D").value;
    and for the other:
    event.value = 45 * getField("AddtG&D").value;
    though I'm not sure if that's the correct field name.

  • Error Message when importing pdf documents.

    When trying to import pdf document to form central, I receive an error message stating that form central could not import pdf documents because it contains no form fields. I don't know what the error message is referring to. Can someone  help with this issue.
    Thanks in advance.
    Codblxx2013

    This post explains:
    http://forums.adobe.com/message/5226128#5226128

  • Help - sporadic corrupted data when importing photos from iPhoto

    I am importing photos for a slide show, and every once in a while (frequency varies but sometimes as much as every other photo), I have a strange problem. Several frames will just be mixed up colors, nothing discernible at all, as if some of the data has been corrupted. Re-importing the photos usually solves the problem so I don't think it is any problem with specific photos. Any ideas? Thanks!
    Using iMovie HD 6.0.2, all other software is also up to date per Software Update

    ok, next idea:
    you're using an iBook => harddrive space is limited...
    tell us, how much free space is on your hd...
    you shouldn't "overcrowd" your drive, 80% filled should be max,
    because all apps use widely socalled "temp-files" - never seen in Finder, but neccessary (you probably have heard of that rule: iDVD needs 10 - 15GB to work smoothly...)

  • Corrupted characters when combining pdfs

    I am trying to combine a set of files into one pdf document. Each pdf file was created from Microsoft word and they all display perfectly as single files.
    However when I combine all the pdfs into one document a lot of the text becomes corrupted and displays as square boxes instead of the correct characters.
    Can anybody help please?
    Thanks
    Steve

    I am not sure Preflight is part of Standard. If it is, you will find it under the Advanced menu. However, it appears that the embed fonts is not one of the profiles for AA8. AA9 has an embed fonts profile. If you have all of the original files available, the fastest approach might be to go back to the original files and recreate the PDFs, selecting the Press or Print job options. For combining, you may have to change the job options to not embed subsets. Sometimes the use of subsets causes problems when combining. Before you waste time on a whole set of files, I would suggest you play with 1 or 2 to see if things work out. I hope this process resolves your issues. Basically, all I am suggesting is what I would try to make it work. You can also use ctrl-D in Acrobat to get the document properties and check the font embedding under the font tab. If it does not say embedded, then it is not embedded.

  • Error when importing pdf to Form Central

    I created an editable pdf form in Adobe Acrobat XI Pro, and would like to import it to Form Central. But when I select to import it, I keep getting an error that says, "There was an unexpected problem that prevented importing this document" and "svr.ConvertUnknownError."
    Any suggestions or ideas for what could be causing the error?
    Thanks!

    Wonderful, thank you!
    Megan Powers
    Program Administrator
    North State Building Industry Association/Foundation
    1536 Eureka Road
    Roseville, CA 95661
    Direct: (916) 751-2761
    Fax: (916) 677-5734
    http://biaworkforce.com
    Like us on Facebook!
    Follow us on Twitter!
    Connect with us on LinkedIn!

  • Odd characters when printing PDFs from iMac (10.6.3)

    When printing a PDF from the iMac (new 27") above, we get odd characters printed down the right margin of the page. These characters do not appear when viewing in either Acrobat Reader or Preview. This also does not happen when printing from Parallels. The printer is an HP Officejet 6000. Just to throw an added wrench into this, the problem does not happen when printing from a new Mac Mini (also 10.6.3) to the same printer. Any solutions?

    Check whether the fonts installed and active are the same. In particular, look for font conflicts in Font Book, and resolve them so both computers are using the same versions.

  • Superscripts lost when importing pdf

    All my superscripts are put back to the baseline when I import a pdf made from ms-word 2003 into Adobe Designer 7,0,01146. The font stays at superscript size but is now on the baseline. I don't see any facility for superscripting in the text tools.
    This is quite important for scientific documents, and quite cumbersome to fix.

    Dropped Exponents, and other formatting challenges in Pages v5+ tables has been reported several times. Any other table content that survives (intact) should be viewed as a gift.
    There is no known schedule when or if Apple will fix this issue. You would be better served, productivity-wise, to use Pages ’09 v4.3 (if you have it) which was moved into /Applications/iWork '09, when Pages v5 was installed.

  • HT204135 Unrecognisable characters when printing PDFs

    Hello people,
    When printing downloaded PDFs (Electric/Gas bills etc) i cannot read them, the printing is unrecognisable. This is either direct from safari or downloaded.
    I am printing wireless and dont have a problem with other files when printing, they are printing correctly.
    I am using the software that came from apple via auto download and its version 9
    Any ideas anyone?
    Paul

    Check whether the fonts installed and active are the same. In particular, look for font conflicts in Font Book, and resolve them so both computers are using the same versions.

  • Mac users seeing jumbled characters when opening PDF

    One of our company websites has multiple PDF downloads. PC users don’t have any problems opening PDFs from the site but Mac users seeing the following when they try to open a PDF from the site.
    http://www.stanpro.com/downloads.aspx
    %PDF-1.6 %âãÏÓ 207 0 obj <<>/Metadata 204 0 R/AcroForm 248 0 R/Pages 203 0 R/Type/Catalog>> endobj 204 0 obj <>stream uuid:df0e711f-70bc-4857-bdd1-275bcfcc6091 adobe:docid:indd:70b3223d-78fa-11dd-af15-b73c49d06c8d proof:pdf 70b3223c-78fa-11dd-af15-b73c49d06c8d adobe:docid:indd:70b32237-78fa-11dd-af15-b73c49d06c8d ReferenceStream 72.00 72.00 Inches uuid:39efc3b3-c5a6-4fba-9c26-db1dd9cdabc6 uuid:A72AE2EB8F63DB119478C1231986404D
    What causes this problem for a Mac user?

    Unfortunately we can't download a sample PDF unless registerd but, if they are seeing %PDF-1.6 in the text of the PDF when opening, my guess would be that they aren't opening it with Reader.
    That is the code that they are viewing. Reader wouldn't show that. They may be opening it in Word or some other text editor.

  • White Lines when importing PDFs to Photoshop

    Please see this thread for further information:
    http://feedback.photoshop.com/photoshop_family/topics/photoshop_cs6_pdf_import_adds_artifa cts_to_images
    Photoshop-Team says its an error with Indesign, not an error with Photoshop.

    @Dov – let us hope, that PDF/X-4 will be adopted soon; by every printing company.
    Just an additional note:
    some of the biggest European online printers demand PDF/X-3 with restrictions that in effect mean you have to deliver a PDF/X-1a with fonts converted to outline paths. This is really rediculous…
    PDF/X-3 has it's own problems and I would never recommend using that standard as export format. Either the old PDF/X-1a or (much, much better) PDF/X-4. For the online printers mentioned above I use always PDF/X-1a disguised as PDF/X-3. No "technical" problem here. It's just a hack, because PDF/X-1a can be regarded as a subset of PDF/X-3. 
    But I made that point already on another thread a couple of months ago…
    Regarding the thread, that the OP has linked to:
    I cannot understand that a professional workflow is based on rendering PDFs in PhotoShop.
    This might be good for illustration purposes, but as a direct output-to-device workflow? I don't know…
    Uwe

  • Using "&" and "," characters when importing .csv through DTW

    Hi all,
    How can I import values like addresses or names using DTW eg: "POBox 123, Capetown" or "Hulley & Rice" where the "," and the "&" characters are valid.
    Thanks

    Hi,
    I think that it is better to import your file using txt format with Tab as delimiter.
    You will be able to import text with ",".
    For the character "&", I didn't find how to import this, so I replaced "&" by "and".
    Perhaps, we will have more info on that.
    HTH,
    Thibault

  • Corrupted characters when synchronizing cost centers between clients

    Hi experts,
    I use message type COSMAS to synchronize cost centers from FI client t to HR client, but I encountered problems: all Chinese characters in FI  client change to # character in HR client after synchronization using program RBDMIDOC.
    Can you tell me what is the problem?
    Thanks a lot,
    shaoming

    Check the RFC destination settings in FI client which is pointing towards HR client.
    'Unicode' option should be enabled.

Maybe you are looking for

  • IPod Touch (and iPhone) can't find Belkin N Wireless Router

    I spent over an hour looking for an answer to this problem today and accidently found a solution - so am posting the answer. Have a 2 year old Belkin N Wireless Router (model F5D8236-4v1) with SSID broadcasting on and WPA/WPA2-Personal (PSK) security

  • How do I place one order with 10 different cards?

    how do I place one order for 10 different cards?

  • Older Logic songs won't open..

    Hi Recently, when trying to open song files that opened fine a few months ago, I get the usual Logic startup stuff - checking midi instruments etc. - and then I get the multicoloured spinning wheel, which stays there until I have to force quit. So ba

  • I cant Update My Songs

    When I had The Last Version Of iTunes it Had a little Folder called Ipod. It Now Doesnt Update and I cant Put My Song on Because it is a new computer and Its Not The Original Computer I started with.

  • Save Points to override APEX DML functions

    I have some APEX pages that run some underlying procedures which do DML functions on 6 different tables. At the start of each of the DML functions which are in PL/SQL packages, I have set Save Points. I process thru a number of additional pages and r