Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 32,778 for

saveoptions

(0.56 sec)
  1. Փոխարկել HTML SVG Java

    Փոխարկեք HTML ը SVG ձևաչափի Java կոդով: Պահեք HTML որպես SVG օգտագործելով Java:...html" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/hy/java/conversion/ht...
  2. Convert PDF to Images formats|Aspose.PDF for C++

    Learn how to convert PDF pages into various image formats such as PNG, JPEG, or TIFF using Aspose.PDF in C++....approach and conversion using SaveOption. This section will show you...works. Convert PDF using SaveOptions class This part of article...

    docs.aspose.com/pdf/cpp/convert-pdf-to-images-f...
  3. PDF to PDF with Aspose Words (Aspose TotalNet) ...

    Hello Aspose team, When trying one of your website to process PDF → PDF (Convert PDF To PDF Online) Result is completely different compare when trying to use the code to do this. Maybe you have some working snippet…...Document(stream); PdfSaveOptions saveOptions = new PdfSaveOptions { Compliance...document.Save(pdfStream, saveOptions); pdfStream.Position = 0;...

    forum.aspose.com/t/pdf-to-pdf-with-aspose-words...
  4. CompatibilityOptions class | Aspose.Words for N...

    Aspose.Words.Settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)..."Compliance" property of the SaveOptions object to "OoxmlCompliance...follow that standard. let saveOptions = new aw . Saving . OoxmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Save DOCX to PDF character difference - Free Su...

    Hello, If you have a PDF document, you don’t have to type the text to read it. Thanks in advance 1P272pStr18.docx (44.1 KB)...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.MetafileRenderingOpt...Save(@"C:\Temp\out.pdf", saveOptions); In another provided test...

    forum.aspose.com/t/save-docx-to-pdf-character-d...
  6. Convert PDF To SVG C#

    Convert PDF to SVG format in C# code. Save PDF as SVG using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...
  7. Convert DOC To PNG C#

    Convert DOC to PNG format in C# code. Save DOC as PNG using C#....doc" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/doc-to...
  8. Convert WORD To TIFF C#

    Convert a Word document to TIFF format in C# code. Save a Word document as TIFF using C#....docx" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/word-t...
  9. Convert PDF To PNG C#

    Convert PDF to PNG format in C# code. Save PDF as PNG using C#....pdf" ); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/pdf-to...
  10. Convert DOC To JPG Java

    Convert DOC to JPG format in Java code. Save DOC as JPG using Java....doc" ); ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...getPageCount(); page++) { saveOptions.setPageSet( new PageSet (page));...

    products.aspose.com/words/java/conversion/doc-t...