Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 33,585 for

saveoptions

(0.1 sec)
  1. 在 .NET 中将 PDF 转换为 HTML|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF C# 库将 PDF 文件转换为 HTML 格式。...)) { // Instantiate HTML SaveOptions object var htmlOptions =...)) { // Instantiate HTML SaveOptions object var htmlOptions =...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-html/
  2. Aspose.PSD Bug Report: ImageSaveException with ...

    ImageSaveException (ArrayIndexOutOfBoundsException) when saving PSB file with 280+ layers — Aspose.PSD for Java 26.1 Product & Version Library: Aspose.PSD for Java Version: 26.1 (aspose-psd-26.1-jdk16.jar) JDK: 11 OS: m…...PsdOptions saveOptions = new PsdOptions(); saveOptions.setPsdVersion(PsdVersion...sion.Psb); saveOptions.setVersion(2); saveOptions.setColorMode(image...

    forum.aspose.com/t/aspose-psd-bug-report-images...
  3. Convert Word to Excel in Python|Aspose.Words fo...

    Convert PDF to Excel, XML to Excel, DOCX to Excel Python. Save a document in various formats to XLSX using Python....docx" ) saveOptions = XlsxSaveOptions () saveOptions . compression_level..."BaseConversions.CompressXlsx.xlsx" , saveOptions ) See Also Documentation...

    docs.aspose.com/words/python-net/convert-a-docu...
  4. Aspose.PSD for .NET 24.5 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PdfOptions saveOptions = new PdfOptions (); saveOptions . PdfCoreOptions...psdImage . Save ( outputFile , saveOptions ); } PSDNET-2033. Fix the...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-5...
  5. Rendering Gantt Charts | Aspose.Tasks Documenta...

    Learn how to render Gantt charts from your project files using Aspose.Tasks for .NET....During Rendering If the SaveOptions.RollUpGanttBars property...on the Gantt chart.) If SaveOptions.RollUpGanttBars = false,...

    docs.aspose.com/tasks/net/rendering-gantt-chart/
  6. Word and PDF mismatch v2 - Free Support Forum -...

    Hello, Back in May i reported issue with Word vs PDF mismatch while merging columns and using page break before paragraph setting. It was under link Word and Pdf mismatch. It was fixed, but it appears that while extendi…...PREVIOUS); OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(SaveFormat...OoxmlSaveOptions(SaveFormat.DOCX); saveOptions.setCompliance(OoxmlCompliance.I...

    forum.aspose.com/t/word-and-pdf-mismatch-v2/272282
  7. Create a PDF document with attachments via Aspo...

    We have an application that creates PDF invoices from a Word template, and now we have been asked to generate these documents in ZUGFeRD format for submission to German government agencies. This means that we need to gen…...Set PDF/A‑3 compliance var saveOptions = new Aspose.Words.Saving...doc.Save("Invoice.pdf", saveOptions); Setting PdfSaveOptions...

    forum.aspose.com/t/create-a-pdf-document-with-a...
  8. 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...
  9. Pdf转docx,转换模式设置flow。如何指定图片格式为嵌入型 - Free Support...

    pdf转docx,转换模式设置flow。转换出来的文档,图片都是浮动型,衬于文字下方,这个格式导致文档难以编辑。如何指定转换word文档的时候,图片格式为嵌入型。 Aspose.pdf,java...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.setFormat(DocSaveOptions...setFormat(DocSaveOptions.DocFormat.DocX); saveOptions.setMode(DocSaveOptions.RecognitionMode...

    forum.aspose.com/t/pdf-docx-flow/307087
  10. Save as PDF - Change image - Free Support Forum...

    hello, when I save the document as PDF the image changes, you can check it out. thanks in advance input.docx (238.8 KB)...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); //...Example: Set image compression saveOptions.setImageCompression(PdfImageCompression...

    forum.aspose.com/t/save-as-pdf-change-image/310466