Save a report (or text file) in pdf format?

Hi,
I like to save a kind of log file in a non changeable format like pdf.
I'm using the DSC module under LabVIEW are there some possibilities?
Or is there a chance to save text file into a postscript file?
Thanks for help,
martin

Hallo Martin,
to be able to write to a PDF file you need some extra software that is able to create those files.
Most of those programs are installing themselves as printer drivers, so if you want to wrate a table into a pdf file you will have to create a report and print it. LabVIEW insrtalls a couple of exaples regarding report generation, online I found an example for "printing" the frontpanel screen into a PDF.
http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3DF2556A4E034080020E74861&p_node=DZ52084&p_source=External
Ingo Schumacher
Systems Engineer Sound&VibrationNational Instruments Germany

Similar Messages

  • Convert a text file to PDF format

    Hi,
    How can I convert a text(.txt) to a excel file using Powershell commands ?
    At the moment I am doing the conversion with VBA, but time consuming, as its a very big file.
    Kindly help.
    MIG.

    There are other ways around the txt to pdf. Without seeing how the txt file looks it makes it a little hard to help but below is a great link that talks about how you can use the com objects.
    http://wiki.coolorange.com/display/powerjobs/Convert+office+documents+to+Pdf 
    If the log file is something you need in excel I would first work on converting the file to CSV and then you can use excel or if its something you can use word with I would rename the file to docx so the com object picks it up. If you can share one of the
    files it would be a big help.
    There is also a dll you can use that is great with working with pdf files below is the link. I you are okay with downloading a third party dll this is a great tool.
    http://sourceforge.net/projects/itextsharp/
    Searching The Forum I found the below link that is exactly what your looking for using the itextsharp dll to create pdf file from text files.
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/d6a6b165-b222-4b37-9021-9e9d639da30d/powershell-and-itextsharp
    Hope this helps

  • 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

  • How to generate reports in text file without totals

    Hi!!!
    Does anybody knows how can I generate a report in text file
    (separated by |), but without the lines with totalizations ?
    In my application, the user can choose if he wants the output
    in HTML,PDF or a text file. So, the solution to this question
    must be implemented in code.
    Thanks a lot,
    Anderson.

    If you put a formatting trigger on any item or frame and return FALSE, it will disappear.
    So the totals need to be within a frame which has a trigger which returns false if text file is chosen.

  • Is it possible to export the out put of Crystal report into text file?

    Hi All,
    Is it possible to export the out put of Crystal report into text file?

    Hi
    Yes, Go to File --> Export --> Export Report --> Under Format select TEXT & select the destination as "Disk file"(defaultly selected)
    Give the proper details as per your requirement for "Characters per inch" & "Number of lines per page" & click on 'OK"
    In "Choose Export file" window, select the destination folder & provide file name. click on "SAVE"
    Regards
    Ashwini

  • HOW TO SAVE A SCANNED FILE IN PDF FORMAT

    I HAVE A HP LASER JET M1005MFP PRINTER...
    HOW CAN I SAVE A SCANNED FILE IN PDF FORMAT..???
    PLEASE HELP AS SOON AS POSSIBLE AS IT IS URGENT.

    To get your issue more exposure I would suggest posting it in the commercial forums since the LaserJet M1005 is a commercial product. You can do this at Commercial Forums.
    I hope this helps!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Is it possible to save a report to a file in background job?

    Hi,
    I want to save a report as a file every day, is it possible to do it by background job?
    Thanks.

    thanks all of you,
    I don't went to save the file manually.
    I only want to a function just like archiving function which can save file in background job.
    I can develop a program to save a report as file in background job,but I have to develop a program for every report,I want to know is there any standard function for it, just like throwing  the report to spool.

  • Problem on saving Pages file in PDF format

    I am using Pages on iCloud. When I add a picture and put a frame on it it looks nice but when I save this file in PDF format something happens with the picture frame. It is missing 2 borders from the frame. Is there a way to fix it?

    I recommend you post in the forum for the software you are using to
    convert.
    Aandi Inston

  • How can u insert and retrieve text files in any format using forms6i.

    how can u insert and retrieve text files in any format using forms6i.
    can u give me an example of an insert statement, let's assume the file is located in the a:drive.
    and retrieving the files, i would give the user a list of all the files that are in the database, the user would select one, but what command(or piece of code) would open the file in its apppropriate editor.
    e.g .pdf formatted file would open in acrobat.
    any help would be appreciated.
    Thanks
    Hussein Saiger

    the filereference class is for downloading and uploading files.
    if you want to load xml, use the xml class.
    and, if you want to write to an xml file and don't want to use server-side code, wait.

  • Help!How to convert a plenty of doc files to pdf format?

    System: windows xp
    Software: Adobe Acrobat Professional 7.0
    I'm tired of repeatedly click open,convert,save,close to convert a large quantity of doc files to pdf format.Is there any easy way to do this? Is there any kind of plugin or batch command provided to this software?

    Turn off the view in Acrobat option in the Adobe PDF printer and then just drag and drop them on the printer. You may have to figure out where to send them or accept the default, again an option in the printer.

  • Please, I need help - How can I generate a text file with Word format?

    Hello friends at www.oracle.com ,
    is it possible for me to create a text file - that is, with TEXT_IO.fopen, and so on - that's already formatted as a Word document?
    We have a Forms program here, where it's needed to generate a text file with .RTF format, 8 centimeters margin, Times New Roman font, with size 7.
    Best regards,
    Franklin Goncalves Jr.

    Hello Shay,
    sincere thanks for your answer. And, to answer your last question, I'm using client-server model.
    Since I couldn't create this .RTF file by using built-ins like TEXT_IO, I tried to generate an .RTF file using Reports, passing the parameters DESTYPE, DESNAME and DESFORMAT, as shown below.
    add_parameter (pl_id, 'DESTYPE', text_parameter, 'FILE');
    add_parameter (pl_id, 'DESNAME', text_parameter, 'c:\franklin.rtf');
    add_parameter (pl_id, 'DESFORMAT', text_parameter, 'RTF');
    However, the just generated .RTF file is uncomprehensible. After opening the file at Microsoft Word, I can see the following message at the top of file:
    This file was created by Oracle Reports. Please view this document in Page Layout mode.
    ... and informations doesn't appear as desired.
    If I can't generate such text format by using TEXT_IO, and if generating an .RTF file through Reports shows me an incomprehensible result, how can I export the selected result to an .RTF file?
    When Reports is opened, choosing Generate to file -> RTF doesn't export anything.
    Thanks, and best regards,
    Franklin Goncalves Jr.

  • Can Adobe Distiller be used for converting all pro/e (3D -2D)  files to pdf format?

    Can Adobe Distiller be used for converting all pro/e (3D -2D)  files to pdf format?

    Acrobat Distiller Server converts Postscript to PDF.

  • Converting files into pdf format in java

    Hi all,
    How can we convert a file into PDF format in java?My application does the
    file upload, and I need the files to be converted into PDF format.
    The uploaded file can be of any type. How can I do this?
    Please give me some help.
    Thanks and regards,
    Sandeep.

    >
    How can we convert a file into PDF format in java?My application does the
    file upload, and I need the files to be converted into PDF format.
    The uploaded file can be of any type. ...>1) Write a class that will intelligently render a file of any type..
    2) ... (well, do '1' first, then after getting your Nobel prize for AI, come back and we'll talk)
    >
    Please give me some help.>Please review your requirement.
    BTW
    - PDF sucks. It is designed for printing, and I (for one) don't want to kill more trees, and have no printer.
    - This subject (convert file to PDF) has been discussed on the forums a bazillion times. Did you search the forums before asking your two (very closely related) questions?

  • Help files in PDF format ?

    Until recently, it was possible to download the help files in PDF format, which was very useful when off line.
    It seems that all links to the Adobe download sites have been broken ?

    They are still available.
    PDF file for Organizer.
    PDF file for Editor.

  • Cant generate my help file into .pdf format

    Hi All
    I cant't generate my help file into .pdf format for printed documentation.  My .pdf option is not enabled.  How do I get it enabled?  I am on version 8.
    I am following the instructions in help.
    thanks
    Caryn

    Peter,
    Please find my comments inline:
    If I understand you coIf I understand you correctly, any of the Acrobat 8 or greater versions can generate a PDF with the comments feature. Correct please?
    Absolutely!
    That means that one person must have a paid for version of Acrobat, ommenting cannot be initiated by users of Acrobat Reader, the latter only enables you to comment on a PDF that has been created in a paid for version. Correct please
    Yes, the commenting has to be inititated or rather the person with the paid version installed has to assign rights to the reviewers. Only then the assigned persons will receive emails in their inboxes that the document is set for review.
    Regards
    Rajdeep

Maybe you are looking for

  • Error in code generation for deleting table BUT000_TD

    Hi, Did anyone encounter this error while working on EEWB ? I created the project extension via EEWB and completed the wizard setting with the package (dev. class) value as $temp as I wanted to test it locally. One of the errors, that I got is: Error

  • Error in transaction IE03 " Warranty Start date "

    Hi, When i display a equipment through transaction IE03 , it is giving Error message " Enter a Start date for warranty". when i click on Exit message on the error it is coming out of the screen. When i displayed the same euipment number in 4.6C its i

  • Flex 2 14 periodically disconnects from the network on Wi-Fi.

    My brand new Flex 2 14 periodically disconnects from the network on Wi-Fi.  This is pretty unacceptable.  Other PC's in the house are not experiencing the problem, so it's difficult to blame the router.,  I have a Broadcom 802.11N Network Adapter dev

  • Upload/Download to Website?

    I would like users of an iPhone app to be able to create text/string content (e.g. recipes, business cards, quotes, etc.) and upload it to a website. This content will reside and be persistent on the iPhone in a database (or something) but the idea w

  • GIS on a MAc Book Pro ?

    I have been a mac user for about 10 years. I am a Landscape Architecture student and beginning to use GIS, which is windows based. How are the newer Mac Book Pros at using Windows through boot camp for GIS applications? I want to purchase a new Mac B