Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 13,737 for

pdfsaveoptions

(0.07 sec)
  1. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::get_Count method. Gets the number of elements contained in the collection in C++.... auto pdfSaveOptions = System :: MakeObject...Aspose :: Words :: Saving :: PdfSaveOptions > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. PdfPermissions enumeration | Aspose.Words for P...

    aspose.words.saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an encrypted PDF document....DOCUMENT_ASSEMBLY ) # Create a "PdfSaveOptions" object that we can pass...save_options = aw . saving . PdfSaveOptions () # Enable encryption...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PdfDigitalSignatureDetails Class | Aspose.Words...

    Discover the Aspose.Words.PdfDigitalSignatureDetails class for seamless PDF digital signing. Enhance document security with easy integration and robust features....PDF format passing the PdfSaveOptions as a parameter into the..., "aw" ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Specify Save Options in C#|Aspose.Words for .NET

    More accurately control the save process using C#.... for example, there is PdfSaveOptions for saving to PDF format...the target format (e.g., PdfSaveOptions.Password , DocSaveOptions...

    docs.aspose.com/words/net/specify-save-options/
  5. Aspose::Words::Saving::OutlineOptions::get_Book...

    Aspose::Words::Saving::OutlineOptions::get_BookmarksOutlineLevels method. Allows to specify individual bookmarks outline level in C++.... auto pdfSaveOptions = System :: MakeObject...Aspose :: Words :: Saving :: PdfSaveOptions > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::RemoveAt method. Removes a bookmark at the specified index in C++.... auto pdfSaveOptions = System :: MakeObject...Aspose :: Words :: Saving :: PdfSaveOptions > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. PDF/UA-2 - Free Support Forum - aspose.com

    Hi, when will it be possible to convert Word files to PDF/UA-2. Best regards...docx"); PdfSaveOptions opt = new PdfSaveOptions(); opt.set...

    forum.aspose.com/t/pdf-ua-2/311446
  8. While generating Output in PDF Allginment is no...

    Hello Aspose Support Team, I’m generating documents using Aspose.Words from a template (.docx) and dynamic JSON data. The output is generated in both DOCX and PDF formats, but I’m observing a noticeable alignment differ…...pdf") { PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions...docContent.Save(outputStream, pdfSaveOptions); } else if (outputFormate...

    forum.aspose.com/t/while-generating-output-in-p...
  9. PdfSaveOptions.embedFullFonts property | Aspose...

    Pdfsaveoptions.embedFullFonts property. Controls how fonts are embedded into the resulting PDF documents....embedFullFonts property PdfSaveOptions.embedFullFonts property...( true ); // Create a "PdfSaveOptions" object that we can pass...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Form Fields removed after saving document - Fre...

    Hi team. We have faced with the following problem: There is a *.pdf file with form fileds inside. After opening and resaving it without any changes and activities form fileds are removed. Pay attention that file need t…...Save options – The default PdfSaveOptions do not explicitly preserve...setting PreserveFormFields in PdfSaveOptions . Handle XFA‑based PDFs...

    forum.aspose.com/t/form-fields-removed-after-sa...