Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 422,499 for

document

(0.14 sec)
  1. Java API to Export PS to XAMLFLOW | products.as...

    Convert PS to XAMLFLOW using on premise Java API...comprehensive set of features for document processing. The first step...edit, convert, and print PDF documents from within their Java applications...

    products.aspose.com/total/java/conversion/ps-to...
  2. C++ API to Export TEX to DOTM | products.aspose...

    Convert TEX to DOTM within C++ applications....to Convert TEX is a popular document format used for creating and...and formatting documents. It is widely used in the scientific...

    products.aspose.com/total/cpp/conversion/tex-to...
  3. XpsSaveOptions.use_book_fold_printing_settings ...

    XpsSaveOptions.use_book_fold_printing_settings property. Gets or sets a boolean value indicating whether the Document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiple_pages](../../../aspose.words/pagesetup/multiple_pages/)....value indicating whether the document should be saved using a booklet...Examples Shows how to save a document to the XPS format in the form...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DmlRenderingMode enumeration | Aspose.Words for...

    aspose.words.saving.DmlRenderingMode enumeration. Specifies how DrawingML shapes are rendered to fixed page formats....in a document as we save it to PDF. doc = aw . Document ( file_name...object that we can pass to the document's "Save" method # to modify...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfSaveOptions.use_book_fold_printing_settings ...

    PdfSaveOptions.use_book_fold_printing_settings property. Gets or sets a boolean value indicating whether the Document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiple_pages](../../../aspose.words/pagesetup/multiple_pages/)....value indicating whether the document should be saved using a booklet...Examples Shows how to save a document to the PDF format in the form...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Saving::ImageSaveOptions::get_Jp...

    Aspose::Words::Saving::ImageSaveOptions::get_JpegQuality method. Gets or sets a value determining the quality of the generated JPEG images in C++....compression while saving a document as a JPEG. auto doc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. PdfDigitalSignatureTimestampSettings.Password |...

    Secure your PDF Documents with the PdfDigitalSignatureTimestampSettings. Easily manage timestamp server passwords for enhanced protection and compliance....saved PDF document digitally and timestamp it. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PdfDigitalSignatureTimestampSettings.UserName |...

    Discover the PdfDigitalSignatureTimestampSettings UserName property for secure timestamping. Enhance your Document integrity with reliable server authentication....saved PDF document digitally and timestamp it. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Watermarker Class | Aspose.Words for .NET

    Discover the Aspose.Words.LowCode.Watermarker class for easy watermark insertion in Documents. Elevate your Document presentation effortlessly!...insert watermarks into the documents. public class Watermarker...action allowing canceling document processing task using specified...

    reference.aspose.com/words/net/aspose.words.low...
  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(); …...code below: Document document = new Document("document.docx"); PdfSaveOptions...PdfSaveOptions(); document.save("document.pdf", saveOptions);...

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