Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 190,040 for

page

(0.1 sec)
  1. 使用 Java 创建 PDF 表单 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码创建 PDF 表单并以编程方式添加字段。...Document ( inputFile )) { Page page = pdfDocument . getPages ()...textBoxField = new TextBoxField ( page , new Rectangle ( 100 , 200...

    products.aspose.com/pdf/zh-hans/java/acroforms/...
  2. Merge images|Aspose.PDF for .NET

    Discover how to merge images into a single PDF document in .NET using Aspose.PDF for streamlined document creation....merged images as one image on PDF page, we place them in the imageStream...imageStream, place the result on the page with addImage method, where...

    docs.aspose.com/pdf/net/merge-images/
  3. 使用 Java 打印 PDF | Aspose.PDF

    使用 Aspose.PDF for Java 透過 Java 範例程式碼以程式方式列印 PDF 文檔...false ); // Do not produce the page number dialog when printing...Create objects for printer and page settings and PrintDocument PdfPrinterSettings...

    products.aspose.com/pdf/zh-hant/java/print/
  4. Section.PageSetup | Aspose.Words for .NET

    Discover the PageSetup property for customizable section settings. Optimize your document layout with easy access to Page and section configurations....Returns an object that represents page setup and section properties...border at the top of the first page. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/sec...
  5. Section.pageSetup property | Aspose.Words for N...

    Section.PageSetup property. Returns an object that represents Page setup and section properties....Returns an object that represents page setup and section properties...border at the top of the first page. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Text|Documentation

    Text element is used to add one or more lines of text to the form....children array of the template page object . Declaration Text element..."children" : [ { "element_type" : "Page" , "children" : [ { "element_type"...

    docs.aspose.com/omr/net/json-markup/text/
  7. Multipage tiff merge to pdf - Free Support Foru...

    I want to merge a multiPage tiff file to a pdf I used this function but only first frame of tiff got added , what do I need to change private static int addTiffAsPages(Document mergedDoc, String tiffPath, int current…...FileInputStream(tiffPath)) { Page newPage = mergedDoc.getPages()...tiffImage.getFrameCount(); i++) { Page newPage = mergedDoc.getPages()...

    forum.aspose.com/t/multipage-tiff-merge-to-pdf/...
  8. Aspose::Words::Drawing::ShapeBase::get_WrapType...

    Aspose::Words::Drawing::ShapeBase::get_WrapType method. Defines whether the shape is inline or floating. For floating shapes defines the wrapping mode for text around the shape in C++....floating image to the center of a page. auto doc = System :: MakeObject...overlapping text and align it to the page's center. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. 操作 PDF 文档|Aspose.PDF for PHP via Java

    本文包含有关如何验证 PDF A 标准的 PDF 文档、如何处理目录、如何设置 PDF 到期日期以及如何确定 PDF 文件生成进度的信息。..."First page" , "Second page" , "Third page" , "Fourth page" ]; for...$segment2 ); // 指定标题对象的目标页面 $page = $document -> getPages () ->...

    docs.aspose.com/pdf/zh/php-java/manipulate-pdf-...
  10. How to Create PDF in Python

    This article guides on how to create PDF in Python. It contains information to establish the environment, steps for writing the application and a runnable sample code to generate PDF with Python....Page Product Family Aspose.PSD Product...the Document class and add a page to it Create a TextFragment...

    kb.aspose.com/pdf/python/how-to-create-pdf-in-p...