Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 34,037 for

saveoptions

(0.3 sec)
  1. .Net 10 Aspose.Cells.CellsException: The type i...

    Hi team, I have a service that is meant to convert a variety of document types to PDF running in Linux. During the update to .net 10, I had to upgrade to resolve errors in converting image types. I went from Aspose.To…...Save(Stream stream, SaveOptions saveOptions)\n at Aspose.Cells...

    forum.aspose.com/t/net-10-aspose-cells-cellsexc...
  2. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured document tag which accepts multi-sections content in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  3. ImageSaveOptions.PixelFormat | Aspose.Words for...

    Discover the ImageSaveoptions PixelFormat property to easily customize the pixel format of your generated images for optimal quality and performance....an image, we can pass a SaveOptions object to // select a pixel...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Body Text of msg file varies every time the fil...

    SampleFiles.zip (217.6 KB) Aspose Team, We use the Aspose Email java package to get body text from msg files, and we found out that the extracted body text of some msg files looks like the followi g and it varies every…...EmlSaveOptions saveOptions = SaveOptions.getDefaultEml(); saveOptions.se...mailMessage.save("outEml", saveOptions); } Explanation setAttac...

    forum.aspose.com/t/body-text-of-msg-file-varies...
  5. PdfDigitalSignatureDetails.hashAlgorithm proper...

    PdfDigitalSignatureDetails.hashAlgorithm property. Gets or sets the hash algorithm...."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. HtmlSaveOptions.encoding property | Aspose.Word...

    HtmlSaveoptions.encoding property. Specifies the encoding to use when exporting to HTML, MHTML or EPUB...docx' ) # Use a SaveOptions object to specify the encoding...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PdfDigitalSignatureDetails.HashAlgorithm | Aspo...

    Discover the PdfDigitalSignatureDetails HashAlgorithm property—efficiently manage and customize your hash algorithms for enhanced digital security...."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally sign...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PdfDigitalSignatureDetails.signature_date prope...

    PdfDigitalSignatureDetails.signature_date property. Gets or sets the date of the signing...."digital_signature_details" object of the "SaveOptions" object to # digitally sign...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Rendering Task Usage View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project task usage views using Aspose.Tasks for Java.... Initiate the SaveOptions object with the required..."RenderMe.mpp" ); 6 //Define the SaveOptions with required TimeScale settings...

    docs.aspose.com/tasks/java/rendering-task-usage...
  10. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveoptions Saveoptions = new PdfSaveoptions(); …...docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); document...document.save("document.pdf", saveOptions); Below are the cases which...

    forum.aspose.com/t/issues-with-footnotes-when-c...