Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 53,301 for

import document

(0.19 sec)
  1. Work with PDF layers using Python|Aspose.PDF fo...

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....add multiple layers to a PDF document using Aspose.PDF for Python...support layers. Create a new PDF document and add a page. Create and...

    docs.aspose.com/pdf/python-net/working-with-pdf...
  2. Set PDF File Information in Ruby|Aspose.PDF for...

    Programmatically define and update PDF metadata like title, author, and keywords using Ruby....Information To update Pdf document information using Aspose.PDF...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/set-pdf-file-informati...
  3. PDF Export Incomplete (Blank from Page 18) Whil...

    Problem Description: Using the same data to create a Document and exporting it to PDF and Word respectively. The PDF content is incomplete, starting blank from page 18 onward; the Word content is normal, with a total of…...the same data to create a Document and exporting it to PDF and...Reproduce: import com.aspose.words.Document; import com.aspose...

    forum.aspose.com/t/pdf-export-incomplete-blank-...
  4. Check shape bounds in Shapes collection using P...

    Learn how to check the bounds of an shape when inserted into the Shapes collection to ensure it fits within its parent container.... Create a new PDF Document Add a Page Create a Graph...Rectangle to the Graph import aspose.pdf as ap import aspose.pdf.drawing...

    docs.aspose.com/pdf/python-net/aspose-pdf-drawi...
  5. 为PDF添加背景|Aspose.PDF for Java

    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....examples ; import java.io.FileInputStream ; import java.io.FileNotFoundExceptio...FileNotFoundExceptio ; import com.aspose.pdf.BackgroundArtifact ; import com.aspose...

    docs.aspose.com/pdf/zh/java/add-backgrounds/
  6. Remove Word Password Protection Online or using...

    unlock password from Word Document through online app for free. Java API code to delete password from Word files....Java Unlock Word Unlock Word Document Password Online or via Java...Develop powerful Java based Word document unlocking utility application...

    products.aspose.com/total/java/unlock/word/
  7. Convert PDF to Word documents in Go|Aspose.PDF ...

    Learn how to write Go code for conversion PDF to DOC(DOCX)....Convert PDF to Word documents in Go Contents [ Hide ] To edit...demonstrates how to convert a PDF document into a DOC using the Aspose...

    docs.aspose.com/pdf/go-cpp/convert-pdf-to-doc/
  8. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; Import com.aspose.words.*; Import com.asp…...sirionlabs; import com.aspose.words.*; import com.aspose.words...words.Font; import com.fasterxml.jackson.databind.ObjectMapper;...

    forum.aspose.com/t/chinese-date-language-locale...
  9. Split PDF programmatically in Python|Aspose.PDF...

    This topic shows how to split PDF pages into individual PDF files in your Python via C++ applications....and file paths, opens a PDF document, and then loops through each...of the document. For each page, it creates a new document, copies...

    docs.aspose.com/pdf/python-cpp/split-pdf-document/
  10. 创建复杂的 PDF 使用 Aspose.PDF|Aspose.PDF for Android ...

    Aspose.PDF for Android via Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...如果我们从头开始创建一个文档,我们需要遵循某些步骤: 实例化一个 Document 对象。在这一步中,我们将创建一个带有一些元数据但没有页面的空PDF文档。...“Complex.pdf”。 最后,会显示一个弹出消息 “PDF document has been generated!"。 package...

    docs.aspose.com/pdf/zh/androidjava/complex-pdf-...