I only need to convert more than 1 file into pdf....

I only need to convert files very rarely, is there a price for pdf conversions individualy, I do not need for a year at 7.99 a month.  Is this available?  Thank you....Janette

This forum is for Adobe Reader on Android. You can find the Lightroom forum here: Photoshop Lightroom

Similar Messages

  • Setting Font for converting multiple text files into PDF using VB 6.0

    Dear All,
    Am converting multiple text files into PDF using VB6.0. Currently, am unable to control the font face and size for the generated files. Below is the procedure am using for each file;
    Public Sub proc_convert_to_PDF(srcFilename As String, destFilename As String)
    Dim p_AcroApp As CAcroApp
    Dim p_VDoc As CAcroAVDoc
    Dim p_DDoc As CAcroPDDoc
    Dim IsOk As Boolean
    Set p_AcroApp = CreateObject("AcroExch.App")
    Set p_VDoc = CreateObject("AcroExch.AVDoc")
    Call p_VDoc.Open(srcFilename, "")
    Set p_VDoc = p_AcroApp.GetActiveDoc
    If p_VDoc.IsValid Then
    Set p_DDoc = p_VDoc.GetPDDoc
    ' Fill in pdf properties.
    p_DDoc.SetInfo "Title", Format(Date, "dd-mm-yyy")
    p_DDoc.SetInfo "Subject", srcFilename
    If p_DDoc.Save(1 Or 4 Or 32, destFilename) <> True Then
    MsgBox "Failed to save " & srcFilename
    End If
    p_DDoc.Close
    End If
    'Close the PDF
    p_VDoc.Close True
    p_AcroApp.Exit
    'Clear Variables
    Set p_DDoc = Nothing
    Set p_VDoc = Nothing
    Set p_AcroApp = Nothing
    End Sub
    What I need;
    1) to be able to set the font face of the destination file ( destFilename)
    2) to be able to set the font size of the destination file ( destFilename)
    Am using Adobe Acrobat 7.0 Type Library
    Kindly Help.
    Thanks in advance

    We didn't say it doesn't work. We said it isn't supported.
    There are a number of other ways to make a PDF. The one which would
    give the most control is if your application directly printed to GDI,
    controlling the font directly. This could print to Adobe PDF.
    You could look for an application that gives control of font for
    printing.
    You could use a text-to-PostScript system and distill the result. You
    could even look for a non-Adobe text-to-PDF.
    Working in the unsupported and dangerous world you chose, the font
    size for text conversion is set (and this is very bad design from
    Adobe) in the settings for Create PDF > From Web Page. There is no API
    to this.
    Aandi Inston

  • I created a new adobe account. I want to convert a doc file into pdf. How to do that?

    HI,
    I created a new adobe account. I want to convert a doc file into pdf. How to do that?
    I have seen a Create pdf menu and under that Convert office files to pdf. But I can't click it, why?
    How to convert my doc file to pdf?

    Hello,
    if you create your doc files by the help of WORD, you could use a Microsoft add on (it depends of your WORD Version).
    Hans-Günter

  • How to convert a .alsx file into pdf

    How to convert a .alsx file into pdf
    Iam facing this problem since many days please resolve it
    http://www.roothow.com
    Thankls in adavance

    >But, from the windows explorer, if i do a right clic on the word document, with the context menu, i can directly convert to PDF
    This is equivalent to using the PDFMaker facility in Word - that is,
    the Acrobat button. Which is also the same thing that is done when you
    use File > Create PDF > From File in Acrobat.
    What it does is print to a PS file *and* do a lot of additional
    processing to write stuff about links, tags etc. into the PS file.
    >(no tmp PS file is used, cause the links are still working).
    This isn't true, but it's certainly the case that you won't get links.
    There seems to be no API, via any mechanism, still less the "obsolete"
    (Microsoft's view) command line, to use PDFMaker from your program.
    Aandi Inston

  • Converting Multiple .EPS files into .PDF

    Dear Forum:  We have tried converting multiple .eps files into PDF using article 325977. This article in Adobe help is really designed to convert .ai files into either .eps or.pdf, our situation is to convert multiple .eps files into PDF. Everytime we run the macro, it simply takes the eps file and saves it as another eps file and does not convert. We have a "Save As" step that we have in the macro that is set to "Save As" PDF, but it still does not work. What are we doing wrong?

    Hi mephisto11757,
    You can convert the following file types to PDF with the Adobe CreatePDF service:
    Adobe Creative Suite® file formats Examples include: .psd, .ai, .indd
    Microsoft Word (2000, XP, 2003, 2007, 2010, & 2011) .doc, .docx
    Microsoft Excel (2000, XP, 2003, 2007, 2010, & 2011) .xls, .xlsx
    Microsoft PowerPoint (2000, XP, 2003, 2007, 2010, & 2011) .ppt, .pptx
    Microsoft Publisher (2000, XP, 2003, 2007, 2010, & 2011) .pub
    Text Files .txt
    Rich Text Format .rtf
    Adobe PostScript .ps
    OpenOffice Format .odt
    Star Office .sxw, .sxi, .sxc, .sxd, .stw
    Corel WordPerfect .wpd
    Image file formats .gif, .png, .jpg, .bmp, .tiff
    Regards,
    Florence

  • Script or Action to convert the .Indd File into PDF???

    Hello All,
    I am in need of a Action or Script to convert the InDesign CS4 Files to PDF Format.
    I already experiment some action in Illustrator which helps me a lot to reduce my process time.
    so i need a same kind of action or script to convert the Batch of InDesign files to PDF...
    Can anyone help me in this...

    Hi Gowdhaman
    You may want to download these example scripts:
    http://wwwimages.adobe.com/www.adobe.com/products/indesign/scripting/downloads/indesign_cs 4_scripting_guide_scripts.zip
    There, you'll find e.g. the ExportPDFWithOptions.jsx script.
    Best regards,
    - Peder

  • Please, help... I need to convert an Illustrator document into .pdf

    Does anybody can help me? I have a document in Adobe Illustrator Artwork 12.0 but don't have the program to open it (and don't know which one I need)
    If I send the document, could you please convert it into .pdf or word. It's a letterhead for the church I work at.
    Thank you very much.

    E-mail the Illustrator document to me at the following address:
    harron {at mark} kurakichi {dot} com
    If you can, put the .ai document in a .zip archive before e-mailing.

  • How to convert a word file into PDF in command line ?

    Hi,
    I want to convert a word (excel, powerpoint, ...) into a PDF using a windows command line.
    The command :
    c:\> acrodist toto.ps
    is working file and the output is a PDF file (toto.pdf)
    But if i try with a MS office word file it is not working
    c:\> acrodist toto.doc
    The output in the console is:
    %%[ Error: undefined; OffendingCommand: ÐÏࡱá ]%%
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    If i do a right clic on the file with the mouse and select in the context menu the option convert to PDF it is working fine :-\
    How can i convert that kind of file with a command line ?
    Thanks for your help
    Xav

    >But, from the windows explorer, if i do a right clic on the word document, with the context menu, i can directly convert to PDF
    This is equivalent to using the PDFMaker facility in Word - that is,
    the Acrobat button. Which is also the same thing that is done when you
    use File > Create PDF > From File in Acrobat.
    What it does is print to a PS file *and* do a lot of additional
    processing to write stuff about links, tags etc. into the PS file.
    >(no tmp PS file is used, cause the links are still working).
    This isn't true, but it's certainly the case that you won't get links.
    There seems to be no API, via any mechanism, still less the "obsolete"
    (Microsoft's view) command line, to use PDFMaker from your program.
    Aandi Inston

  • How can i convert a .indd file into pdf

    please help on this
    How can i convert .indd file to pdf file using .net c#
    please share some code sample for a better help

    Hi there,
    There's actually an easy streamlined way to do this using Acrobat.com. Here are the steps:
    1. Log in to Acrobat.com with your Adobe ID.
    2. On the left, you'll see a navigation menu that includes the item "Import and Edit". Click that.
    3. Choose the .doc (Word) file you want to convert and upload it to Buzzword.
    4. After making sure that it looks the way you want it to, go to the top menu (still in Buzzword now, not the organizer where all your files live) and click the document menu. There will be an option to "Export" - choose that.
    5. When prompted to select filetype, choose "Adobe PDF" and press OK.
    6. It'll save to your desktop, so now you have to get it into your acrobat.com organizer. To do that, close the Buzzword document by clicking the little "x" in the upper right corner, under the Sign Out button. This'll get you back to your organizer, where you can choose "Import" from the left nav menu again. This time choose your new PDF file.
    7. Select the  file icon in the organizer and click the Share button. Or, select Share  from the file context menu.
    8. Select Allow Anyone With A  Link To Share This Document to set the document to open access, and then  click Copy Embed Code. The necessary HTML code to embed the preview is  copied onto the clipboard.
    9. Open the HTML file and paste  the code into the file. The Flash previewer can display any file type  that you can convert to PDF.
    Hope this helps! Good luck, and let us know how it works out.
    Rebecca

  • I NEED HELP CONVERTING A MOVIE FILE INTO A DVD

    So this is my problem.
    I have FCE and made a movie. Now, after i rendered it and used iDVD to make a DVD, it works and everything, BUT when i play back the DVD on any DVD player, the picture is not that great and at points looks like a bad TV reception.
    I have a SONY handycam and this is what i used to captured the footage so i dont know if i need a HD camcorder. So my question is how do i make my DVD's look smooth??? does it have to do with the way i am rendering the movie, saving it, capturing it????Please let me know. Thank you

    When you have finished editing in FCE this is the setting you MUST use:-
    File>Export>QuickTime Movie. (For speed, deselect the "Make Movie Self-contained" box).
    You must NOT use QuickTime CONVERSION.
    The QT Movie is then dragged into iDVD etc.
    This will produce good quality DVDs.
    If you get jitter you may have to apply FCE's De-interlace Filter.

  • Trouble converting Word 2010 file into PDF

    I have a file that was original composed in Word 2007.  It has a box with dialog on the front page (think a disclaimer on the cover of a brochure).  I use Acrobat 9 Pro.  Converting that file was perfect.  I recently upgraded to Word 2010 and I open, edit and save the document in compatibility mode.  When I print to Adobe (or alternatively convert the file), the disclaimer in the text box doesn't convert properly.  The rest of the document looks fine, but the text in the box is smushed to the far right of the box.  I have no idea what to do.  Another person I sent the file to has no issues converting from Word 2007.  Is there a known issue with Word 2010?  Is there a fix or plug-in?  Thanks all.

    Bon dias,
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Adobe has not formally tested Acrobat 9 software with Microsoft Office 2010 applications and does not certify the behavior of using the two together.
    The Acrobat ribbons, also known as Acrobat PDFMaker, do not work with Office 2010 applications the same way they do with Office 2007. Customers using Acrobat 9.0 through 9.2 will see the Acrobat ribbon in Office 2010 applications; however, attempting to use PDFMaker functionality from the Acrobat ribbon can result in unexpected behavior. Customers who update to Acrobat 9.3 or later will not see the Acrobat 9 ribbon in Office 2010 applications.
    Adobe plans to add support for its Acrobat PDFMaker technology for Office 2010 in the next major version of Acrobat.*
    We have not made any announcements about updating Acrobat 9 PDFMakers for Office 2010.
    *This FAQ contains forward-looking statements, including those related to Adobe's future product plans, that involve risks and uncertainties that could cause actual results to differ materially. For a discussion of these and other risks and uncertainties, individuals should refer to Adobe's SEC filings. Adobe does not undertake an obligation to update forward-looking statements.
    For more detailed information see:  Acrobat FAQ:
    http://www.adobe.com/products/acrobat/faq/
    Be well...

  • How do I convert a PPT file into PDF file?

    How do I convert a PPT into an PDF using adobe online?  Converting word to PDF works but not PPT to PDF. Thanks

    Hi,
    PPT files should work as DOC(X) files do on https://createpdf.acrobat.com/app.html.
    Please try another PPT file(something small and simple) or share your PPT file with me so that I can review the file using below site:
    https://adobeformscentral.com/?f=qJiclooYWGGNFtWfj8g3wg
    Thank you.
    Hisam

  • Problem converting a .ps file into pdf

    I have a .ps file that was created with TeX (I don't know which version, but the file was created in the early '90s) and when I open it in Acrobat Professional 8.1.2, only the graphics appear, no text.
    How do I get the text to appear?

    > Although, it's not clear to me why changing the output format would make the text appear?
    Makes no sense to me either. Which is the setting for which it works,
    and the one for which it doesn't work. Not that we can probably get
    much further with that one.
    >
    >However, I have another issue. The pages come out in reverse order: the last page is first and the first page is last.
    This implies that the PS file was written that way. This is common for
    when printers print face up, so the final results are collated.
    Aandi Inston

  • How to convert the TEXT file into an XML using plsql code

    Hi all ,
    I need to convert an TEXT file into an XML file how can i do it
    Below is my sample TEXT file .
    TDETL00000000020000000000000120131021115854ST2225SKU77598059          0023-000000010000
    I want the above to be converted into the below format
    <?xml version="1.0" encoding="UTF-8"?>
    <txt2xml>
      <!-- Processor splits text into lines -->
      <processor type="RegexDelimited">
      <regex>\n</regex>
            <!--
            This is used to specify that a message should be created per line in
            the incoming file;
            NOTE: this was designed to work with all the processors, however it
            only works correctly with 'RegexDelimited' processors (check the
            enclosing top processor type)
             -->
             <maxIterationsPerMsg>1</maxIterationsPerMsg>
      <!-- For lines beginning with FHEAD (File Header) -->
      <processor type="RegexMatch">
      <element>FHEAD</element>
      <regex>^FHEAD(.*)</regex>
      <processor type="RegexMatch">
      <element>OriginalLine</element>
      <regex>(.*)</regex>
      <consumeMatchedChars>false</consumeMatchedChars>
      </processor>
      <processor type="RegexMatch">
      <element>LineSeq,Type,Date</element>
      <regex>^(\d{10})(\w{4})(\d{14})$</regex>
      </processor>
      </processor>
      <!-- For lines beginning with TDETL (Transaction Details) -->
      <processor type="RegexMatch">
      <element>TDETL</element>
      <regex>^TDETL(.*)</regex>
      <processor type="RegexMatch">
      <element>OriginalLine</element>
      <regex>(.*)</regex>
      <consumeMatchedChars>false</consumeMatchedChars>
      </processor>
      <processor type="RegexMatch">
      <element>LineSeq,TransControlNumber,TransDate,LocationType,Location,ItemType,Item,UPCSupplement,InventoryStatus,AdjustReason,AdjustSign,AdjustQty</element>
      <regex>^(\d{10})(\d{14})(\d{14})(\w{2})(\d{4})(\w{3})([\w ]{13})([\w ]{5})(\d{2})(\d{2})([+-]{1})(\d{12})$</regex>
      </processor>
      </processor>
      <!-- For lines beginning with FTAIL (File Tail) -->
      <processor type="RegexMatch">
      <element>FTAIL</element>
      <regex>^FTAIL(.*)</regex>
      <processor type="RegexMatch">
      <element>OriginalLine</element>
      <regex>(.*)</regex>
      <consumeMatchedChars>false</consumeMatchedChars>
      </processor>
      <processor type="RegexMatch">
      <element>LineSeq,TransCount</element>
      <regex>^(\d{10})(\d{6})$</regex>
      </processor>
      </processor>
      </processor>
    </txt2xml>
    Thanks

    Sorry, that doesn't make much sense.
    The XML you gave is a configuration file for txt2xml utility. It doesn't represent the output format.
    Are you a user of this utility?

  • Converting quicktime .mov files into iso disc image

    Hi there,
    I need help converting quicktime .mov files into an iso disc image. i have a large-scale dvd burner that converts these iso files into DVDs.
    Any idea what software i'd use to do this?
    I've looked at "burn" and one or two others, and they seem to go "straight" to dvd.
    I don't need "movie theater" quality, but something useable. I'm also new to the mac and this may be very apparent, and I just don't realize it b/c i'm new.
    thanks in advance, craig

    bought toast

Maybe you are looking for

  • IPhone Sync Problems. Please Help!

    iTunes says "sync services cannot be loaded." and when I plug my phone in it shows the sync screen on the phone for a second and dissapears or it stays longer but does nothing. Please Help.

  • How do I restrict certain websites on AEBS

    Hello, I am trying to figure out how to block certain websites from being accessable from all computers on my network using Airport Extreme Base Station. I have a couple of macs and a couple of pcs on the network. I really need to stop a couple of we

  • Dynamic file and variable substitution

    Hi Experts, I am working on a scenario where filename is reading from payload.based on header value ,i am creating file along with item records.I did variable substitution also.whenever header value changes ,a new file shud be created. I placed two r

  • My One to One activation code said it is not valid. How do I fix this so I can sign up for my first session?

    My One to One activation code said it is not valid. How do I fix this so I can sign up for my first session?

  • Setting up my system

    I recently bought a new 42 inch TV and am looking to add a sound sound system to that.  I have a limited area to work with because of the size and because I am renting so I am unable to do proper wiring.  The current TV has terrible sound and I would