Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 9,635 for

pdfsaveoptions

(0.03 sec)
  1. PdfDigitalSignatureDetails.timestamp_settings p...

    PdfDigitalSignatureDetails.timestamp_settings property. Gets or sets the digital signature timestamp settings....' ) # Create a "PdfSaveOptions" object that we can pass...options = aw . saving . PdfSaveOptions () # Create a digital signature...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Ինչպես փոխարկել Word-ը PDF-ի C++-ի միջոցով

    Այս հակիրճ թեմայում մենք կսովորենք, թե ինչպես փոխարկել Word-ը PDF-ի՝ օգտագործելով C++: Դուք կարող եք հարմարեցնել ելքային PDF-ը` փոխելով դրա տեսքը և այլ հատկությունները` օգտագործելով պարզ API զանգեր և ստեղծել PDF DOCX-ից C++-ով, որը կարելի է դիտել բրաուզերում կամ ցանկացած այլ դիտիչում:...արտահանելու համար Գործարկեք PdfSaveOptions-ը՝ PDF-ի էջերը, էջի ռեժիմը...ելքային PDF-ը՝ օգտագործելով PdfSaveOptions դասը և սահմանել էջի տիրույթը...

    kb.aspose.com/hy/words/cpp/how-to-convert-word-...
  3. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/java/make/pdf/
  4. Buat PDF Menggunakan Java

    Buat PDF baharu dalam Java dalam beberapa langkah. Buat PDF dengan mudah menggunakan pustaka Java....bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/ms/java/make/pdf/
  5. Կատարեք PDF՝ Օգտագործելով Java

    Ստեղծեք նոր PDF Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք PDF՝ օգտագործելով Java գրադարանը:...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...bookmark"); PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    products.aspose.com/words/hy/java/make/pdf/
  6. Ինչպես փոխակերպել Markdown-ը PDF-ի Python-ում

    Այս հոդվածը տեղեկատվություն է տրամադրում այն մասին, թե ինչպես փոխակերպել Markdown-ը Python-ի PDF-ի: Այն ունի IDE կարգավորումներ, հավելված գրելու առաջադրանքների մի շարք և գործարկվող կոդ՝ Markdown-ը Python-ում PDF արտահանելու համար:...դասի օբյեկտում Ստուգեք PdfSaveOptions դասի օբյեկտը aspose.words...օբյեկտում, որին հաջորդում է PdfSaveOptions դասի օբյեկտի ստեղծումը...

    kb.aspose.com/hy/words/python/how-to-transform-...
  7. Convert Excel Workbook to PDF|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....may also opt to use the PdfSaveOptions class to set different...different properties of the PdfSaveOptions class gives you control...

    docs.aspose.com/cells/cpp/convert-excel-workboo...
  8. XamlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FIXED format in Java....docx"); // Create a "PdfSaveOptions" object that we can pass...color. PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); {...

    reference.aspose.com/words/java/com.aspose.word...
  9. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); Pdfsaveoptions options = new Pdfsaveoptions(); doc.save("output.pdf", options); Formatting and Alignment o…...docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output...options available in the PdfSaveOptions class. Here are some suggestions...

    forum.aspose.com/t/pdf-rendition-is-not-getting...
  10. 将文件保存到响应对象中(Python.NET)|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel文件直接保存到HTTP响应流中。...cells import Workbook , PdfSaveOptions # For complete examples...Pdf format save_options = PdfSaveOptions () workbook . save ( Response...

    docs.aspose.com/cells/zh/python-net/saving-file...