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

saveoptions

(0.44 sec)
  1. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...Presentation(inputFile)) { PdfOptions saveOptions = new PdfOptions { EmbedFullFonts...Slides.Export.SaveFormat.Pdf, saveOptions); results = "SUCCESS"; }...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  2. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for JavaScript via C++....String fileName , SaveOptions saveOptions ) Add PDF Bookmarks...

    docs.aspose.com/cells/javascript-cpp/avoid-blan...
  3. IFontSavingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format in Java....docx"); // Configure a SaveOptions object to export fonts to..."Rendering.docx"); // Configure a SaveOptions object to export fonts to...

    reference.aspose.com/words/java/com.aspose.word...
  4. Handling Task Constraints | Aspose.Tasks Docume...

    Learn how to handle task constraints using Aspose.Tasks for C#....13 System ::SharedPtr < SaveOptions > o = System::MakeObject...pdf 7 System ::SharedPtr < SaveOptions > options = System::MakeObject...

    docs.aspose.com/tasks/cpp/handling-task-constra...
  5. ImageSaveOptions.clone method | Aspose.Words fo...

    ImageSaveoptions.clone method. Creates a deep clone of this object....an image, we can pass a SaveOptions object to // select a pixel...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Discover the PdfDigitalSignatureTimestampSettings constructor to easily initialize digital signature settings for enhanced document security and compliance....signature and assign it to our SaveOptions object to sign the document...signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.PageMode...PdfPageMode.UseOutlines; saveOptions.OutlineOptions.HeadingsOutlineLevel...

    forum.aspose.com/t/word/316558
  8. ImageBinarizationMethod enumeration | Aspose.Wo...

    Aspose.Words.Saving.ImageBinarizationMethod enumeration. Specifies the method used to binarize image....as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert PDF to DOCX in Java | Aspose.PDF | java...

    I use aspose-pdf 21.4 <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-pdf</artifactId> <version>21.4</version> </dependency> And I want to convert pdf f…...DocSaveOptions saveOptions = new DocSaveOptions(); saveOptions.setFormat(DocSaveOptions...setFormat(DocSaveOptions.DocFormat.DocX); saveOptions.setMode(DocSaveOptions.RecognitionMode...

    forum.aspose.com/t/convert-pdf-to-docx-in-java-...
  10. PdfDigitalSignatureDetails.reason property | As...

    PdfDigitalSignatureDetails.reason property. Gets or sets the reason for the signing...."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/nodejs-net/aspose.wo...