Hi, welcome to the Foxit Planet PDF Forum. If you have PDF or Adobe Acrobat questions then the right place to ask them is here, in this forum. |
I need to create a PDF file with a .TXT and a .JPG |
Post Reply ![]() |
Author | |
Brenton ![]() New Member ![]() ![]() Joined: 11 Jan 2018 Points: 1 |
![]() ![]() ![]() ![]() Posted: 19 Jan 2018 at 6:00pm |
Are those applications compatible with each other without issues? This sounds like it perfectly fits my needs.
|
|
![]() |
|
Sponsored Links | |
![]() |
|
priyanka2468 ![]() New Member ![]() ![]() Joined: 12 Dec 2017 Location: Bangalore Points: 1 |
![]() ![]() ![]() ![]() |
Projects like MS Word, Apache OpenOffice.org, Libre Office, InDesign, and so on can creator the record and change over the archive to a PDF. MS Word has its own converter however Acrobat can add a greatly improved converter to MS Word and adds the capacity to make PDF shapes from the created PDF. NitroPDF can likewise make frames inside a PDF.
|
|
![]() |
|
Edit Scanned Doc ![]() New Member ![]() ![]() Joined: 06 Nov 2016 Points: 2 |
![]() ![]() ![]() ![]() |
Convert Text file into JPG and create a pdf file using both jpg's using photoshop!
|
|
![]() |
|
Webbzo ![]() New Member ![]() ![]() Joined: 02 Dec 2015 Points: 2 |
![]() ![]() ![]() ![]() |
Hi, I do this all the time. I have used many software to do this over the time, but now all I use is Open Office.
It's free and allows you to simply copy and paste what ever you are needing within the document. Then there is a simply button (Create PDF). And that's it. It simply creates a PDF version. Some helpful tutorials can be found here: How To Use Open Office To Create PDF-Files Create Secure PDF File Video I hope this has helped. |
|
Webbzo.com is a place where you can download over 20,000 digital products. All members get unlimited access to all our PLR products.
|
|
![]() |
|
gkaiseril ![]() Senior Member ![]() Joined: 15 Jul 2011 Location: USA Points: 4105 |
![]() ![]() ![]() ![]() |
Many programs like MS Word, Apache OpenOffice.org, Libre Office, InDesign, etc can author the document and convert the document to a PDF. MS Word has its own converter but Acrobat can add a much better converter to MS Word and adds the ability to create PDF forms from the produced PDF. NitroPDF can also create forms within a PDF. Apache OpenOffice.org and Libre Office can both create forms within their word processors and export to the PDF the field fields but cannot edit or add scripts to the forms.
|
|
![]() |
|
tecrms ![]() New Member ![]() Joined: 10 Nov 2015 Points: 1 |
![]() ![]() ![]() ![]() |
Try using VBA in word. Use the developer tools to record importing a txt file and image in a macro then fine tune the code from that and print it to pdf via word.
Below is a quick macro I recorded in word that verified the process... Sub Macro1()
' ' Macro1 Macro ' ' Selection.InlineShapes.AddPicture FileName:= _ "C:\Users\yourname\Pictures\623547.jpg", LinkToFile:=False, _ SaveWithDocument:=True ' ActiveWindow.ActivePane.VerticalPercentScrolled = -94 Selection.MoveDown Unit:=wdLine, Count:=1 Selection.TypeParagraph Selection.InsertFile FileName:="DirPrnInfo.txt", Range:="", _ ConfirmConversions:=False, Link:=False, Attachment:=False 'once all the documents are add to word document save it and export it to pdf. ActiveDocument.SaveAs2 FileName:="testimport1.docx", FileFormat:= _ wdFormatXMLDocument, LockComments:=False, Password:="", AddToRecentFiles _ :=True, WritePassword:="", ReadOnlyRecommended:=False, EmbedTrueTypeFonts _ :=False, SaveNativePictureFormat:=False, SaveFormsData:=False, _ SaveAsAOCELetter:=False, CompatibilityMode:=15 ActiveDocument.ExportAsFixedFormat OutputFileName:= _ "C:\Users\yourname\Documents\Test3.pdf", ExportFormat:=wdExportFormatPDF _ , OpenAfterExport:=False, OptimizeFor:=wdExportOptimizeForPrint, Range:= _ wdExportAllDocument, From:=1, To:=1, Item:=wdExportDocumentContent, _ IncludeDocProps:=False, KeepIRM:=False, CreateBookmarks:= _ wdExportCreateHeadingBookmarks, DocStructureTags:=True, _ BitmapMissingFonts:=False, UseISO19005_1:=False End Sub |
|
![]() |
|
try67 ![]() Senior Member ![]() Joined: 15 Jul 2011 Points: 628 |
![]() ![]() ![]() ![]() |
You can do it with Acrobat, but to automate this task would require Acrobat Pro a custom-made script.
|
|
- Acrobat Expert - Contact me personally at try6767@gmail.com
Check out my custom-made scripts website: http://try67.blogspot.com |
|
![]() |
|
juancocr ![]() New Member ![]() Joined: 09 Nov 2015 Points: 1 |
![]() ![]() ![]() ![]() |
Hi there,
I wanted to ask which app will work the best for this: I have a txt file (.txt) and a jpeg file that I need to put together into a PDF file. The txt is the content and the jpeg is like the front page. I have around 100 .txt files and 100 .jpeg files that I need to put together. How can I do it easierly or what is the easiest way of accomplishing this? Any suggestion of an app? Regards Juan
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |