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

saveoptions

(0.22 sec)
  1. Mht files to pdf - Free Support Forum - aspose.com

    Hi Aspose Support Team, I’m using Aspose.Words for Java (version 24.3-jdk17) to convert MHT files (Microsoft Word HTML Archive format) to PDF. While the conversion works for the main document, the body, headers and foot…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setPre...e); saveOptions.setExportDocumentStr(true); saveOptions.setD...

    forum.aspose.com/t/mht-files-to-pdf/327883
  2. 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...
  3. 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...
  4. ImageSaveOptions.TiffBinarizationMethod | Aspos...

    Discover the TiffBinarizationMethod property for ImageSaveoptions. Easily convert images to 1 bpp format with Ccitt3 or Ccitt4 compression....as a TIFF, we can pass a SaveOptions object to // adjust the dithering...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Export Email|Documentation

    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.... Save ( FilePath , SaveOptions . DefaultMsg ); Download...

    docs.aspose.com/email/net/export-email/
  6. PdfDigitalSignatureDetails.signatureDate proper...

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfDigitalSignatureHashAlgorithm enumeration | ...

    aspose.words.saving.PdfDigitalSignatureHashAlgorithm enumeration. Specifies a digital hash algorithm used by a digital signature...."digital_signature_details" object of the "SaveOptions" object to # digitally sign...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfDigitalSignatureDetails.hash_algorithm prope...

    PdfDigitalSignatureDetails.hash_algorithm property. Gets or sets the hash algorithm...."digital_signature_details" object of the "SaveOptions" object to # digitally sign...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ImageSaveOptions.tiff_binarization_method prope...

    ImageSaveoptions.tiff_binarization_method property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveoptions.save_format](../save_format/) is [SaveFormat.TIFF](../../../aspose.words/saveformat/#TIFF) and [ImageSaveoptions.tiff_compression](../tiff_compression/) is equal to [TiffCompression.CCITT3](../../tiffcompression/#CCITT3) or [TiffCompression.CCITT4](../../tiffcompression/#CCITT4)....as a TIFF, we can pass a SaveOptions object to # adjust the dithering...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert PDF To JPG C#

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

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