Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 32,785 for

saveoptions

(0.13 sec)
  1. Reconstructing PDF -> HTML -> PDF - Free Suppor...

    Hi, I have a PDF file that I need to convert to HTML to translate the content. The extraction renders HTML and a number of jpeg files. I modify the HTML and replace the old HTML and try to reconstruct. However, the new …... I tried also without saveOptions and the code above. SD_Aspose...instance DocSaveOptions saveOptions = new DocSaveOptions(); //...

    forum.aspose.com/t/reconstructing-pdf-html-pdf/...
  2. HtmlSaveOptions.metafileFormat property | Aspos...

    HtmlSaveoptions.metafileFormat property. Specifies in what format metafiles are saved when exporting to HTML, MHTML, or EPUB...document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 将 PDF 转换为不同的图像格式在 C#|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式,例如 TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...一般来说,我们使用两种方法:使用设备方法进行转换和使用 SaveOption 进行转换。本节将向您展示如何使用这些方法之一将 PDF...,您可以尝试探索其功能和工作质量。 使用 SaveOptions 类转换 PDF 本文的这一部分向您展示如何使用 C# 和 SaveOptions 类将 PDF...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-image...
  4. Convert OST to EMLX via Java | products.aspose.com

    Try the code sample to convert OST files to EMLX format in Java. Download Java API to take your email processing applications to the next level.... Using the SaveOptions and MailMessageSaveType classes...should be saved, however, SaveOptions class contains a broader...

    products.aspose.com/email/java/conversion/ost-t...
  5. Different Ways to Save Files with Node.js via C...

    Aspose.Cells for Node.js via C++ can save files to different formats including PDF, HTML, DOCX, PPTX, JSON, and MHTML....compatible with PDF/A‑1a const saveOptions = new AsposeCells . PdfSaveOptions...PdfSaveOptions (); saveOptions . setCompliance ( AsposeCells . PdfCompliance...

    docs.aspose.com/cells/nodejs-cpp/different-ways...
  6. Convert OLM to EMLX via Java | products.aspose.com

    Try the code sample to convert OLM files to EMLX format in Java. Download Java API to take your email processing applications to the next level.... And finally, the SaveOptions class provides options for...the file name and using SaveOptions.getDefaultEmlx() . System...

    products.aspose.com/email/java/conversion/olm-t...
  7. Convert PST to OFT via Java | products.aspose.com

    Try the code sample to convert PST files to OFT format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...using save() method with SaveOptions.getDefaultOft() . System...

    products.aspose.com/email/java/conversion/pst-t...
  8. Convert PDF To WORD C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  9. Convert WORD To PDF C#

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

    products.aspose.com/words/net/conversion/word-t...
  10. Convert JPG To GIF C#

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

    products.aspose.com/words/net/conversion/jpg-to...