Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 50,597 for

import document

(0.18 sec)
  1. Converting a MHTML file to SVG using Python | A...

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

    products.aspose.com/pdf/python-net/conversion/m...
  2. Გადაიყვანეთ Გამოსახულება 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/ka/java/conversion/im...
  3. Გადაიყვანეთ Გამოსახულება DOCX Java

    გადაიყვანეთ Გამოსახულება DOCX Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც 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/im...
  4. Aspose.PDF for java 打印pdf 很模糊 发虚 - Free Support...

    public boolean printPdf(String filePath, PrintService printService) { try { PdfUtil.getLicense(); PdfViewer viewer = new PdfViewer(); viewer.bindPdf(filePath); viewer.setAutoResize(true); // Print the file wit…...aponywhite; import com.aspose.pdf.Document; import com.aspose...PngDevice; import com.aspose.pdf.devices.Resolution; import javax...

    forum.aspose.com/t/aspose-pdf-for-java-pdf/316595
  5. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using Java library....examples ; import com.aspose.pdf.* ; public class...// Open document Document pdfDocument = new Document ( _dataDir...

    docs.aspose.com/pdf/java/delete-pages/
  6. Converting a CGM file to PNG using Python | Asp...

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

    products.aspose.com/pdf/python-net/conversion/c...
  7. Converting a EPS file to GIF using Python | Asp...

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

    products.aspose.com/pdf/python-net/conversion/e...
  8. Why does ParagraphFormat.getFirstLineIndent() r...

    请看一下附件里的template.zip (42.3 KB)这个模板文件,可以看到如附件里的 这个截图所示,first line indent是没有设置的。 然后当我在用Aspose Java的API去读取这个模板文件里的这个样式的first line indent时,发现得到的是-28.35,见附件里的 截图。截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”)…...截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”));这里的xxx...check.service; import com.aspose.words.*; import lombok.SneakyThrows;...

    forum.aspose.com/t/why-does-paragraphformat-get...
  9. Convert PDF pages to Images in Ruby|Aspose.PDF ...

    Find out how to convert PDF pages into images using Ruby with Aspose.PDF, making it easy to extract visual content from PDFs....all Pages to Images of Pdf document using Aspose.PDF Java for...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/convert-pdf-pages-to-i...
  10. Convert PDF to DOC or DOCX format in Ruby|Aspos...

    Learn how to convert PDF Documents to DOC or DOCX formats in Ruby with Aspose.PDF, enabling easier editing and processing....DOC or DOCX To convert PDF document to DOC or DOCX format using...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/convert-pdf-to-doc-or-...