PDF Export + omit for OPI

Hello,
In the IPDFExportPrefs I use the kExportOmitBitmapImagesON flag.
For the most TIFF/PSD images this works fine and they are not embedded in the PDF file.
But not for those, which have a transparency or spotcolors defined.
In this cases the images will be embedded in the PDF file.
Is there a way to change this behavior?
Stefan Hartig

Hi,
Thank you for your interest in the ExportPDF service. Our service is available for subscription in most of the countries listed here:
https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayStoreSelector&nr=1
You must be a resident of one of these countries, with a billing address and credit card in that country. More information can be found here:
http://kb2.adobe.com/cps/167/tn_16719.html#main_Store_information
Unfortunately, we are not available in Hong Kong  at this time.
~Pranav

Similar Messages

  • PDF Export  Subscribe for one year service

    I click into your Hong Kong Web Site (PDF Export) and want to buy 1 year service (US19.99/year), but it can't processing ( I click subscribe but always go back to main page)
    Please kindly check and come back!

    Hi,
    Thank you for your interest in the ExportPDF service. Our service is available for subscription in most of the countries listed here:
    https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayStoreSelector&nr=1
    You must be a resident of one of these countries, with a billing address and credit card in that country. More information can be found here:
    http://kb2.adobe.com/cps/167/tn_16719.html#main_Store_information
    Unfortunately, we are not available in Hong Kong  at this time.
    ~Pranav

  • IDCS3 - PDF Export Preferences for Initial View?

    Is there a way to set preferences for an exported PDF's initial view? I'd like my PDFs to open as single-page (not continuous), sized to Fit In Window, without changing them manually in Acrobat. Thanks for any ideas you can offer!
    Nat

    That must be done in Acrobat.
    Bob

  • InDesgin 6 PDF Export, File size weirdness

    Hello
    ive been exporting Docs from inDesign CS5 for ages
    simple enough - hi quality print, no downsampling, jpeg-hi quality,
    PDF usually comes out about 4MB
    So i open the same files in inDesign 6
    set my PDF export to above settings, but my PDFs are 14MB
    ive been tweaking CS6 PDF export settings for ages now.
    its always too big unless i go way overboard with downsampling
    then i get a small (but crappy) PDF
    any help advice appreciated....

    @Arinkah:
    Quite a bit of work has been done for InDesign 8 (CS6) to further optimize the generated PDF compared with earlier versions of InDesign, especially if you have graphics on master pages.
    @Megumi2:
    Unless we have the actual sample files to look at, we can't speculate as to the anomalies you see. It isn't our experience and we don't know what could be causing what you are seeing as files 350% larger than previously generated. No, we didn't have any JPEG compression change that would account for this assuming you used the exact same JPEG (Automatic) settings.
              - Dov

  • PDF Export on HTML5 Certificate Widgets

    Anyone know where I should start on this?
    I'd like to have users simply save certificate as a PDF file.  I'm using the new html5 interactions for the certificate to display quiz results variables on the certificate.
    I found the Dynamic PDF Export Widget for $80.00, but never used it.  Adobe - Adobe Captivate Widgets
    Thanks for your help.
    Tom

    Creating Certificates With the Dynamic PDF Export Widget - YouTube
    I only know this one

  • Can I create a fillable pdf form and then export it for client use on my web site?

    Can I create a fillable pdf form and then export it for client use on my web site?  I need clients to be able to fill in the (registration) form on my site then submit it via email.

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • Crystal Reports for VS 2010 corrupts "some" Thai chars on PDF Export

    Any Thai character that contains a symbol above it (like an umlat in English) gets corrupted when exporting a report to PDF, yet the same report can be exported to Excel or Word without any issue.
    See the following character - once with a symbol above one without:
    ล้ ล
    The PDF file will not display the first character - instead it displays the second character overlayed on a box (like you get when the font does not contain the required character)
    If I create a text field in the Crystal designer, it does the same thing - but when I right click and edit, it displays correctly - until I click out of the field when the problem returns. So this suggests the problem is before the PDF export and maybe with the designer - but then why does it work if i export to Word?
    I have tried may different fonts - including those specifically recommended and used by the Thais, but all have the same issue.
    My work around at the moment is to use Word instead of PDF, as I do not believe there is a configuration change I can make that will resolve the issue, but would love to hear otherwise.
    I am using Crystal Reports for Visual Studio 2010 version 13 running on Windows 7 x64. I have a beta 2 download of v14, but it requires a key code which i do not have, so as yet ahave been unable to verify if this issue is resolved in that version.
    if anyone knows otherwise, please let me know
    Cheers
    Jed

    Thanks Don,
    (Good to know that version 13 I am running is the correct one)
    I have tried many UTF-8 fonts, with largely similar results, but this testing here is with Cordia New - a font largely aimed at Thai Language and the one our Thai customers always use.
    I have confirmed that right click and export from the IDE still shows the box on certain characters - but note that the box does not replace these characters (as would be the case if they were missing) but rather overlays them - which is why my subject includes the word 'corrupt'
    All testing so far in on my Windows 7 development machine - so no user issues are involved
    The code if fairly simple at this stage - define and load a data set - then link it to the report and use the built in export to disk functions:
                    OutboundSummary rpt = new OutboundSummary();
                    rpt.SetDataSource(outboundSummary);
                    string tempDir = Environment.GetEnvironmentVariable("TEMP") + "
                    string filename = tempDir + DateTime.Now.ToString("yyyy-MM-dd HH-mm-ss");
                    rpt.ExportToDisk(ExportFormatType.PortableDocFormat, filename + ".pdf");
                    rpt.ExportToDisk(ExportFormatType.WordForWindows, filename + ".doc");
    If anyone wanted to verify, here is a piece of Thai text that will show the problem
    ผลรวมแฟกซ์ที่ยังอยู่ในคิว
    To better illustrate the problem, the attached image will help
    [IMG]http://i55.tinypic.com/hweh42.jpg[/IMG]
    I am coming to the conclusion that perhaps these characters are not single characters - at least do not appear as such with each font - and perhaps Windows does some magic to make them appear correctly. I can see that Word automatically converts them to a suitable font - i.e. a mixed language text file imports into word with different fonts for different languages - and you cannot change the font to one that does not support the language. I can specify Arial from Crystal which does not contain thai characters at all - but export to word and they show correctly.
    Crystal spits the data out and Word converts it correctly, but acrobat does not - so maybe it is their fault?
    I have all language packs on my machine - and doing Chinese next suggests that even if I find a thai font that worked, it would not work in chinese, so am thinking word or rtf might be the winner.
    Cheers
    Jed

  • Export to pdf not visible for some users

    Hi,
    I exported a dashboard to pdf (Xcelsius 2008, SP2), and sent it to other users.
    On my labtop the pdf works fine, but some of the users get only a blank page. They are asked if they want to run the contents of the file (so flash is working in general), but after confirming the message, the screen remains blank. The funny thing is, that these users are able to run a PPT or HTML dashboard. The problem occurs only for PDF (all of us are using Adobe Acrobat Professional 7.0).
    We already deinstalled flash player plug-ins, and re-installed the plug-ins for Adobe Flash 10, both for IE and Mozilla. (But I am still not sure which plug-in is used when running the PDF??) Any of you an idea if there is an issue with PDFs Exports? 
    Thanks a lot,
    Sonja

    THIS happens to me too, I have Xcelsius 2008, running XP. 
    My business partner and I both can view the files in PDF WORD or PPT format if we send them back and forth to edit, but as soon as we send files outside of network, the new person, running XP or Vista, can not see the content. 
    PDF, word or PPT opens, but there is no content on screen.
    What Gives?
    Scott Olson
    Texas

  • I've just subscribed to Acrobat PDF Export in order to convert pdf files back to Word.  Where is the icon for my desktop.  I don't seem to have the program to do so?

    Where on my PC do I access the PDF Export to convert pdf to Word?

    A very good morning John,
    As far as I have understood, there is no problem with ExportPDF. You might need to check whether the fonts in your PDF are embedded or not.
    For this, open the PDF in Reader/Acrobat and go into File>Properties and click on Fonts tab to check for the same.
    If the fonts used in the PDF are not present in the system, then MS Word may not be able to retain the layout of the file.
    Please check.
    Regards,
    Anubha

  • Maximum Image Quality for PDF Export

    I'm having a pretty big pain with some of my images, and I wanted to make sure that when i'm exporting my document to a PDF, I'm getting the very best resolution possible. I've attached a screenshot of the settings I'm using... are these the best settings I can set for getting the best resolution from my PDF
    export?

    First, the cost of printng isn't necessarily directly related to quality. There are too many factors such as full color and additional spot plates, the size of the run, and the size and type of the press to make any judgements based on price, not to mention the skill and standards of the printer. And then you still have many printers willing to do the same quality work at a variety of prices depending on location, market, and how busy they are. Kind of like making a genearlization about the price of a car.
    @ Luke, setting downsampling to none will guarantee that all images are sent at full resolution, but that isn't necessarily a good thing. As already pointed out there is no advantage in sending more data than required to print the image. The OP has alread chosen ZIP compression, which is lossless, so he isn't introducing any jpeg artifacts, so all the downsampling is doing is setting a ceiling above which images will be downsampled. Images below that threshold will be sent at full res.

  • Hi, I have used PDF export for some years. One file will NOT convert to readable text in Word.  Some

    Hi, I have used PDF export for some years. One file will NOT convert to readable text in Word.  Some headers and maps in this document are converted OK but the body text is garbled. I have tried converting to Docx, Doc and RTF with no success. I disabled OCR and it made no difference. What can I do please?
    Les

    Hi,
    Can you please provide me the file with which you are facing the issue.
    Thanks

  • Setting default export quality for PDFs in Pages 5.0

    Hi,
    Anyone know if it is possible to set a default export quality for PDFs in Pages 5.0.  Even if it remembered the last used setting that would be helpful.
    Thanks,
    Nick

    OK,  I have managed to get higher quality images from the PDF renderer. Here is what I have found:
    1) The PDF renderer in Reporting Services 2005 will size all images that it is given at 96 DPI no matter what DPI the image is when you pass it to the renderer. That means that a 300 DPI image or even a 600 DPI image will be sized in the PDF as if it is only 96 DPI. That means your high DPI image will render much larger than you expect.
    So you might expect a 300 DPI image that is 6.5 inches wide to render properly at 1950 pixels. Yet, the PDF renderer will size it as it were 96 DPI which would make the image 20.3 inches long!
    2) There is good news though. Despite sizing the images as if they were 96 DPI, the PDF renderer appears to render higher DPI images at a higher quality than 96 DPI. So despite the sizing being wrong, the image actually is rendering at a higher quality.
    This means that you should size the image to the proper number of inches based on 96 DPI calculations. Then you can use Bitmap.SetResolution to set your images to at least 300 DPI.  That should give you a higher quality image that is the proper number of pixels to fit properly in your report.
    I am able to do all of this sizing dynamically because I am using objects as my data sources, but I am sure there are VB functions you could use in the report itself to accomplish the same task.
    It is late, and I've been at this project all day long, so forgive me if I have explained anything poorly or gotten any concepts long. Yet, at this late hour, I believe this is what the renderer is doing.
    I hope this helps someone else in the future, or at least points them in the right direction.

  • PDF export for WAD

    Hello Experts,
    We have a unique requirement, wherein we have to put some around 10 text elements on the report header.
    These elements have to be aligned in the Web template, some 3-4 elements left aligned 3-4 in center 3-4 in right aligned.
    I am able to achieve this through putting the Text elements in a table adjusting the width.
    But my problem is when I do a PDF export all these text element gets Right justified.
    According to an SAP OSS note(1069368) web items are exported sequentially while conversion to PDF.
    Can anyone please suggest an alternativer to achieve this? like usage of conatiner/Group etc..
    Thanks and regards,
    Karan Goel

    Hi Experts,
    thanks for the valuable inputs. Container with Tables does not work here.. i already searched SAP notes that web items export is not possible through WAD.
    only Solution i have found is using report designer layout for export of PDF.
    But this has its own drawbacks.
    Thanks and regards,
    Karan Goel

  • What PDF export settings to use for highest possible resolution printing?

    I use indesign to create a roughly 68-page marketing booklet. The document is landscape and setup to print on 8.5" x 11" as a landscape book with facing-pages. I upload a PDF to a professional printing company to print a full bleed booklet. The book usually includes roughly 15, full-page, high resolution images as well as numerous other high resolution images throughout so it is important that the resolution is as high as possible and the images come out clean when printed.
    On my old computer, I had a custom PDF export preset that I used to produced hi-res, print quality pdf's that were approximately 528MB in size.  I recently got a new computer and I lost that old Preset...  Now, when I use the "high quality print" default setting, the file size is about 74MB, much lower than what the documents used to be. I have played around with some of the settings, but I still cannot get the files to come out near as large as they used to be. 
    Is this an Indesign doument setup issue, or an export issue?  What settings should I use in order to produce the largest, highest-quality, highest-resolution PDF possible?
    Thanks for an input and guidance!

    The size in mb is pretty much irrelevant and is going to vary with the number of pages and the type and quantity of graphical content.
    The HQ Print preset downsamples  raster art to 300 ppi if it's over 450, and uses jpeg compression to reduce file size. This is usually more than adequate for commercial printing. For fine art printed at a 200 lpi screen you might want to change the downsampling to 350 or 400 ppi and use zip compression (lossless) or no compression at all. I suspect your custom preset used no compression, and might not even have downsampled, but there's no advantage to sending more image data than the RIP needs to process the image.

  • RDC XI R2 - Documentation for pdf export registry options

    Where can we find documentation explaining the various registry options for controlling pdf export behavior?
    For example, ForceLargerFonts, UsePrecisePositioningForText, etc...

    Actually you can find a kbase and blog...
    http://www.sdn.sap.com/irj/scn/advancedsearch?query=1435991
    Short story is, set for CR 2008 but I verified from our source code it does exist in XI R2 also:
    How to enable the registry keys for PDF exporting?
    - Open the regedit on the machine and set the registry key at the similar location below:
    [HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 12.0Crystal ReportsExportPDF]
    The following are the registry keys for PDF exporting:
    u2022     ForceLargerFonts
    Purpose: To deal with text truncation issues.
    Value:
    [HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 12.0Crystal ReportsExportpdf]
    "ForceLargerFonts"=dword:00000001
    0 u2013 disable
    1 - enable
    u2022     UsePrecisePositioningForText and TruncationAdjustment
    Purpose: When "ForceLargerFonts" doesn't work, implement this one. This one is to deal with text truncation issues as well.
    How to use:
    The new behaviour is controlled by two registry keys,
    [HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 11.0Crystal ReportsExportPdf]
    "UsePrecisePositioningForText"=dword:00000001
    [HKEY_LOCAL_MACHINESOFTWAREBusiness ObjectsSuite 11.0Crystal ReportsExportPdf]
    "TruncationAdjustment"=dword:00000005
    The new behaviour is turned on when u201CUsePrecisePositioningForTextu201D is set to 1.
    u201CTruncationAdjustmentu201D is used for adjusting rounding. Itu2019s only activated when u201CUsePrecisePositioningForTextu201D is set to 1. Its valid values are 0 to 10. Default value 5 should be sufficient for eliminating virtually all truncation issues.
    Itu2019s worth mentioning that u201CForceLargerFontsu201D setting is ignored when u201CUsePrecisePositioningForTextu201D is set to 1.

Maybe you are looking for

  • Mail application wont open?

    I just bought a macbook pro and updated the OS X mountain lion software. Everything was fine, I was clearing out my emails from the Mail app and it radnomly closed but the light under it was still on. I tried to quit it multiple time but it would now

  • HELP....Error Message...Photoshop.exe-Entry Point not found

    Hello I bought the Adobe Photoshop cc and it has been working great untill this morning when i tried to open it, i got this error message: Photoshop.exe-Entry point not found The procedure entry point ?terminate@struturalimageeditingYAXXZ Could not b

  • How do you change the date of the photo?

    How do you change the date of the photo? 

  • Integration with tfs

    Does Project Server online integrate with on premise tfs or the new online tfs service?

  • Help with Software Program!

    Greetings! Let me explain my situation: I am a wholesale car dealer here in NC. None of the dealer software is Mac OS X compatible. I have to collect and record info from all the vehicles that I buy and sell, including for example, the Make/Model/Yea