Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 9,630 for

pdfsaveoptions

(0.07 sec)
  1. Convert HTML to PDF in Python

    This quick guide describes how to convert HTML to PDF in Python. You will learn the algorithm and code to transfer HTML to PDF in Python....Initialize an object of the PdfSaveOptions class Convert HTML to PDF...create an instance of the PdfSaveOptions class and render the output...

    kb.aspose.com/html/python/convert-html-to-pdf-i...
  2. Aspose::Words::Saving::PdfEncryptionDetails cla...

    Aspose::Words::Saving::PdfEncryptionDetails class. Contains details for encrypting and access permissions for a PDF document. To learn more, visit the documentation article in C++....DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = MakeObject < PdfSaveOptions > (); // Enable encryption...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. PdfSaveOptions.exportLanguageToSpanTag property...

    Pdfsaveoptions.exportLanguageToSpanTag property. Gets or sets a value determining whether or not to create a Span tag in the document structure to export the text language....exportLanguageToSpan property PdfSaveOptions.exportLanguageToSpan property...This value is ignored when PdfSaveOptions.exportDocumentStruct is...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Saving::DownsampleOptions::get_D...

    Aspose::Words::Saving::DownsampleOptions::get_DownsampleImages method. Specifies whether images should be downsampled in C++....docx" ); // Create a "PdfSaveOptions" object that we can pass...options = MakeObject < PdfSaveOptions > (); // By default, Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. PdfEncryptionDetails.permissions property | Asp...

    PdfEncryptionDetails.permissions property. Specifies the operations that are allowed to a user on an encrypted PDF document...DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = new aw . Saving . PdfSaveOptions (); // Enable encryption...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Saving::PdfEncryptionDetails::ge...

    Aspose::Words::Saving::PdfEncryptionDetails::get_OwnerPassword method. Specifies the owner password for the encrypted PDF document in C++....DocumentAssembly ); // Create a "PdfSaveOptions" object that we can pass...saveOptions = MakeObject < PdfSaveOptions > (); // Enable encryption...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Saving::PdfDigitalSignatureDetai...

    Aspose::Words::Saving::PdfDigitalSignatureDetails::get_Location method. Gets or sets the location of the signing in C++....u "aw" ); // Create a "PdfSaveOptions" object that we can pass...options = MakeObject < PdfSaveOptions > (); // Configure the...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Aspose::Words::Saving::PdfDigitalSignatureDetai...

    Aspose::Words::Saving::PdfDigitalSignatureDetails::get_Reason method. Gets or sets the reason for the signing in C++....u "aw" ); // Create a "PdfSaveOptions" object that we can pass...options = MakeObject < PdfSaveOptions > (); // Configure the...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Saving::PdfDigitalSignatureDetai...

    Aspose::Words::Saving::PdfDigitalSignatureDetails::get_HashAlgorithm method. Gets or sets the hash algorithm in C++....u "aw" ); // Create a "PdfSaveOptions" object that we can pass...options = MakeObject < PdfSaveOptions > (); // Configure the...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. PdfFontEmbeddingMode | Aspose.Words for Java

    Specifies how Aspose.Words should embed fonts in Java...."); // Create a "PdfSaveOptions" object that we can pass...to .PDF. PdfSaveOptions options = new PdfSaveOptions(); // Set...

    reference.aspose.com/words/java/com.aspose.word...