Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 33,684 for

saveoptions

(2.04 sec)
  1. Aspose.words for java,保存pdf附件出现乱码 - Free Suppor...

    原始需求:将word转成pdf,同时将word中各种类型的附件也转成pdf并拼接到后面。 遇到问题:遇到pdf格式的附件保存后存在许多乱码页 部分代码: aspose-words: 24.11 aspose-cells: 25.1 OS: Oracle Linux Server 8.5 List<byte[]> attachmentPdfs = new ArrayList<>(); Document document = …...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...setCompliance(PdfCompliance.PDF_17); saveOptions.setUpdateFields(false); ...

    forum.aspose.com/t/aspose-words-for-java-pdf/32...
  2. Open and Edit PSB file | products.aspose.com

    Open and Edit PSB file with online editor...Save(outpath, saveOptions); } You can download Aspose...sweepAngle); image.save(outpath, saveOptions); } } You can download Aspose...

    products.aspose.com/psd/editor/psb/
  3. PdfDigitalSignatureDetails class | Aspose.Words...

    aspose.words.saving.PdfDigitalSignatureDetails class. Contains details for signing a PDF document with a digital signature...."digital_signature_details" object of the "SaveOptions" object to # digitally sign...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ImageSavingArgs.CurrentShape | Aspose.Words for...

    Discover the ImageSavingArgs CurrentShape property to access the ShapeBase object for efficient shape and group shape saving in your projects....document to HTML, we can pass a SaveOptions object to designate a callback...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveoptions Saveoptions = new HtmlFixedSaveoptions(); Saveoptions.setExportEmbeddedCss(true); saveOption…...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.set...e); saveOptions.setExportEmbeddedFon(true); saveOptions.setE...

    forum.aspose.com/t/bug-when-generating-html-in-...
  6. How to create a Aspose.Cells for .NET to conver...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao The goal is to show the entire worksheet (visible excel rows and columns) in a scrollable HTML preview inside a browser tab before excel create or download. …...HtmlSaveOptions HtmlSaveOptions saveOptions = new HtmlSaveOptions { ...workbook.Save("output.html", saveOptions); } } Next Steps: Load the...

    forum.aspose.com/t/how-to-create-a-aspose-cells...
  7. PdfDigitalSignatureTimestampSettings Class | As...

    Discover Aspose.Words.PdfDigitalSignatureTimestampSettings for seamless digital signature timestamp management. Enhance your PDF security effortlessly!...signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveoptions::get_ExportShapesAsSvg method. Controls whether Shape nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3. Default value is false in C++....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Doc 文档解析公式带根号报错 - Free Support Forum - aspose.com

    Code: List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution); HtmlSaveoptions htmlSaveoptions = HtmlSaveoptionsBuilder.build(documentWra…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...save("path/to/output/document.html", saveOptions); } catch (Exception e) {...

    forum.aspose.com/t/doc/314783
  10. Converting DOCX to PDF. Table width distortion ...

    Hi! The file “test.docx” was edited in a JS editor and saved as “test (after JS editor).docx”. Then, the file “test (after JS editor).docx” was converted to “test.pdf” using Aspose.Words. In “test.pdf”, the table widt…...Save as PDF PdfSaveOptions saveOptions = new PdfSaveOptions(); doc...doc.Save(@"test.pdf", saveOptions); // Java example import com...

    forum.aspose.com/t/converting-docx-to-pdf-table...