Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 3,692 for

doc to ps

(0.08 sec)
  1. Images not being rendered properly when convert...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase6…...ExportImagesAsBase64 = true, }; doc.Save(stream, options); stream...Try setting this to false }; doc.Save(stream, options); stream...

    forum.aspose.com/t/images-not-being-rendered-pr...
  2. Convert ICS to TEXT in Python | products.aspose...

    Save ICS To TEXT in your Python applications without using Microsoft Outlook or Word...(Bitmap Image File) Convert ICS to DOC (Microsoft Word Binary Format)...Network Graphic) Convert ICS to PS (PostScript File) Convert ICS...

    products.aspose.com/total/python-net/conversion...
  3. Aspose::Words::Saving::PsSaveOptions::get_UseBo...

    Aspose::Words::Saving::PsSaveOptions::get_UseBookFoldPrintingSettings method. Gets or sets a boolean value indicating whether the Document should be saved using a booklet printing layout, if it is specified via MultiplePages in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: SaveFormat :: Ps ); saveOptions -> set_UseBookFoldPrintingS...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Convert MD to SWF via Java API | products.aspos...

    Java API To Convert MD To SWF without using Microsoft Word...// open MD document Document doc = new Document ( "input.md" ...Command Language) Convert MD to PS (PostScript File) Convert MD...

    products.aspose.com/total/java/conversion/md-to...
  5. Convert JSON Format to PPT in Android Apps | pr...

    Parse JSON To PPT in Android Applications without using Microsoft PowerPoint...HTML Help File) Convert JSON to DOC (Microsoft Word Binary Format)...Presentation File) Convert JSON to PS (PostScript File) Convert JSON...

    products.aspose.com/total/android-java/conversi...
  6. E-Mail conversion to PDF - Free Support Forum -...

    We are using your product Aspose.Total Our main use case is converting Outlook emails (.msg files) To PDF, using the following API interface: httPs://Docs.aspose.com/email/net/saving-an-email-as-pdf/ We are currently …...following API interface: https://docs.aspose.com/email/net/saving-an-email-as-pdf/...SaveOptions.DefaultMhtml); Document doc = new Document("C:\\Temp\\tmp...

    forum.aspose.com/t/e-mail-conversion-to-pdf/315803
  7. Convert CGM to XAML via Java API | products.asp...

    Java API To Convert CGM To XAML without using Microsoft Word...// open CGM document Document doc = new Document ( "input.cgm"...Command Language) Convert CGM to PS (PostScript File) Convert CGM...

    products.aspose.com/total/java/conversion/cgm-t...
  8. Several JPG Into HTML C#

    Merge multiple JPG inTo HTML in C# code. Save JPG as HTML using C#....PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS PCL MHTML XHTML..."Input1.jpg" , "Input2.jpg" }; var doc = new Document(); var builder...

    products.aspose.com/words/net/merge/jpg-to-html/
  9. Several JPG Into PDF C#

    Merge multiple JPG inTo PDF in C# code. Save JPG as PDF using C#....PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS PCL MHTML XHTML..."Input1.jpg" , "Input2.jpg" }; var doc = new Document(); var builder...

    products.aspose.com/words/net/merge/jpg-to-pdf/
  10. Several Image Into TXT Java

    Merge multiple Image inTo TXT in Java code. Save Image as TXT using Java....PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS PCL MHTML XHTML...png" , "Input2.png" ); Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/merge/image-to-txt/