Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 50,517 for

import document

(0.19 sec)
  1. Փոխարկել Պատկեր WORD Java

    Փոխարկեք Պատկեր ը WORD ձևաչափի Java կոդով: Պահեք Պատկեր որպես WORD օգտագործելով Java:...Պատճենել import com.aspose.words.*; Document doc = new Document ();...); import com.aspose.words.*; Document doc = new Document("Input...

    products.aspose.com/words/hy/java/conversion/im...
  2. Გადაიყვანეთ JPG DOCX Java

    გადაიყვანეთ JPG DOCX Java ფორმატში კოდით. შეინახეთ JPG როგორც DOCX Java....კოპირება import com.aspose.words.*; Document doc = new Document ();...); import com.aspose.words.*; Document doc = new Document("Input...

    products.aspose.com/words/ka/java/conversion/jp...
  3. PDF to TIFF Converter using Python | Aspose.PDF

    Sample code on Python for PDF to TIFF conversion. Use example code for batch PDF to TIFF conversion with Python and .NET...convert programmatically a document from PDF to TIFF format with...with a modern document-processing Python API. Use just a few lines...

    products.aspose.com/pdf/python-net/conversion/p...
  4. Formatting issue when merging two dox into one ...

    I need to merge multiple docx file into one. When I merge it there is a formatting issue in the last sentence. Please refer the attached files. merged_Document.docx (21.4 KB) 2.docx (28.5 KB) 3.docx (28.3 KB) Python…... merged_document.docx (21.4 KB) 2.docx (28...implementation: merged_document = aw.Document() merged_document.remove_all_children()...

    forum.aspose.com/t/formatting-issue-when-mergin...
  5. Display Hide Gridlines in Jython|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....cells import Settings from com . aspose . cells import Workbook...1, please check the output document." if __name__ == ' __main__...

    docs.aspose.com/cells/java/display-hide-gridlin...
  6. MD to EPUB Converter using Python | Aspose.PDF

    Sample code on Python for MD to EPUB conversion. Use example code for batch MD to EPUB conversion with Python and .NET...programmatically a document from MD to EPUB format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/m...
  7. Aspose::Words::Drawing::ImageData::get_CropTop ...

    Aspose::Words::Drawing::ImageData::get_CropTop method. Defines the fraction of picture removal from the top side in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Images...Aspose :: Words :: Document > (); // Import a shape from the source...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::ImageData::get_CropLeft...

    Aspose::Words::Drawing::ImageData::get_CropLeft method. Defines the fraction of picture removal from the left side in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Images...Aspose :: Words :: Document > (); // Import a shape from the source...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document Document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...private byte[] convertToPdf(Document document) throws Exception { try...pdfOptions.setUpdateFields(false); document.save(bos, pdfOptions); return...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  10. Convert WORD To PDF Python

    Convert a Word Document to PDF format in Python code. Save a Word Document as PDF using Python....converting Word to PDF Use our document conversion API to develop...solution to import and export Word, PDF, and many other document formats...

    products.aspose.com/words/python-net/conversion...