Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 213,599 for

new

(1.09 sec)
  1. Create or Add Table In PDF using C#|Aspose.PDF ...

    Aspose.PDF for .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic.... Table table = new Aspose . Pdf . Table (); Adding...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/add-table-in-existing-p...
  2. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/pdf/
  3. How to digitally sign PDF|Aspose.PDF for Java

    Learn how to digitally sign a PDF file to ensure its authenticity and integrity using Aspose.PDF for Java...pdf" ; Document document = new Document ( inFile ); PdfFileSignature...signature = new PdfFileSignature ( document ); PKCS7 pkcs = new PKCS7...

    docs.aspose.com/pdf/java/digitally-sign-pdf-file/
  4. 操作PDF文档|Aspose.PDF for Java

    本文包含有关如何验证PDF文档以符合PDF A标准,如何处理目录,如何设置PDF过期日期,以及如何确定PDF文件生成进度的信息。...打开文档 Document pdfDocument = new Document ( _dataDir + "sample...加载现有的 PDF 文件 Document document = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/zh/java/manipulate-pdf-docu...
  5. Add Images to PDF using Java | Aspose.PDF

    Adding images into PDF documents programmatically with Java sample code using Aspose.PDF for Java...try { Document pdfDocument = new Document ( DATA_DIR . resolve...FileInputStream imageStream = new FileInputStream ( DATA_DIR ....

    products.aspose.com/pdf/java/images/add/
  6. Aspose.PSD for .NET 23.12 - Release Notes|Docum...

    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....of Raster Image rendering in new version of AI Feature PSDNET-1454...of Raster Image rendering in new version of AI string sourceFile...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  7. ChartSeriesGroup | Aspose.Words for Java

    Represents properties of a chart series group that is the properties of chart series of the same type associated with the same axes in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); String[] categories = new String[] { "Category 1", "Category...

    reference.aspose.com/words/java/com.aspose.word...
  8. 档案

    档案...doc = new Document(); // 初始化 Page 类对象 Page page = new Page();...Outline 类对象 Outline outline = new Outline(); // 初始化 TextStyle 类对象并设置格式属性...

    blog.aspose.com/zh/note/create-bulleted-or-numb...
  9. Aspose::Words::Fonts::TableSubstitutionRule::Lo...

    Aspose::Words::Fonts::TableSubstitutionRule::Load method. Loads table substitution settings from XML stream in C++....fontSettings ); // Create a new table substitution rule and load..."Times New Roman" since they do not exist in our new font folder...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....// Open document $document = new Document ( $inputFile ); $pages...Create image stamp $imageStamp = new ImageStamp ( $inputImageFile...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...