Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 184,236 for

page

(0.08 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. 使用 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/
  3. 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/
  4. Visio File Developer NET C# | products.aspose.com

    C# source code to develop in visio file on .NET Framework, .NET Core, Mono Platforms....Visio Files Drawing geomtry in Pages. Instantiating a Diagram object...file with full path.) Select Page via its index. Use the ConnectShapesViaConn...

    products.aspose.com/diagram/net/developer/
  5. Adding pages to a PDF which have annotations wi...

    I have multiple single Pages which have annotations from the same author. I use the title property to set this. When I merge the Pages together the author of the annotation on subsequent Pages gets a # appended to it. Fo…...Adding pages to a PDF which have annotations with same author...5:06pm 1 I have multiple single pages which have annotations from...

    forum.aspose.com/t/adding-pages-to-a-pdf-which-...
  6. Extract Theme Data from Excel File|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....using Microsoft Excel via the Page Layout > Themes command. Example...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/extract-theme-data-f...
  7. Getting Started|Aspose.Slides for Node.js via ....

    Use this introduction to Aspose.Slides for Node.js via .NET fundamentals to start realizing the value of Aspose.Slides for your business....Hide ] This Getting Started page introduces you to Aspose.Slides...capabilities quickly from this page. Product Overview – provides...

    docs.aspose.com/slides/nodejs-net/getting-started/
  8. Aspose::Words::Saving::XamlFixedSaveOptions::ge...

    Aspose::Words::Saving::XamlFixedSaveOptions::get_ResourcesFolderAlias method. Specifies the name of the folder used to construct image URIs written into an fixed Page Xaml document. Default is null in C++....image URIs written into an fixed page Xaml document. Default is null...you save a Document in fixed page Xaml format, Aspose.Words needs...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Print options for html to PDF - Free Support Fo...

    We're creating a report in HTML then printing to PDF using Aspose.PDF. The Adobe print dialog has a feature with which the user can control whether the current document is printed "as is" (Actual Size), whether it fits …...it fits the document to the page (Fit), or shrinks the document...necessary (Shrink Oversized Pages). Attached is a screenshot of...

    forum.aspose.com/t/print-options-for-html-to-pd...
  10. How to remove Header/Footer in Pdf - Free Suppo...

    Hi, I am trying to remove the header and footer from a PDF. I am using ParagraphAbsorber to read the file. Is there an attribute that can be used to detect the header and footer? Or does there any suggestion to remove …...pdf"); foreach (Page page in pdfDocument.Pages) { var deletedArtifacts...foreach (Artifact artifact in page.Artifacts) { if (artifact.Type...

    forum.aspose.com/t/how-to-remove-header-footer-...