Sort Score
Result 10 results
Languages All
Labels All
Results 8,951 - 8,960 of 189,228 for

paged

(0.63 sec)
  1. Best practice to handle document - Free Support...

    We are hosting our aspose app as a microservice. What is the best approach to send the doc to the service. As a doc file or base 64. Is there a difference in using either approaches in terms of bandwidth usage and handl…...identify if there are any blank pages in the doc and insert a text...approaches. Detecting blank pages and inserting a placeholder...

    forum.aspose.com/t/best-practice-to-handle-docu...
  2. Configuration Parameters|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.... IS_ONE_PAGE_PER_SHEET A Boolean value specifying...specifying whether each report page should be written to a different...

    docs.aspose.com/cells/jasperreports/configurati...
  3. 将连接点添加到形状|Documentation

    本节介绍如何将连接点添加到具有 Aspose.Diagram 的 visio 形状。...particular page Page page = diagram . Pages . GetPage ( "Page-3" );...type shape by id Shape shape = page . Shapes . GetShape ( 18 );...

    docs.aspose.com/diagram/zh/net/add-connection-p...
  4. Genel API Aspose.Diagram 16.12.0'daki değişikli...

    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....); // get page by name Aspose . Diagram . Page page = diagram...diagram . Pages . GetPage ( "Page-1" ); // get shape by ID Aspose ....

    docs.aspose.com/diagram/tr/net/public-api-chang...
  5. Tworzenie pliku PDF przy użyciu C++ | Aspose.PDF

    W tym temacie przedstawiono, jak używać interfejsu API Aspose.PDF for C++ do łatwego generowania i odczytywania plików PDF w aplikacjach C++....Dodaj stronę za pomocą metody Pages.add (). Utwórz nowy obiekt TextFragment...(); // Add page auto page = document -> get_Pages () -> Add ();...

    products.aspose.com/pdf/pl/cpp/create/
  6. Ekstrak Tautan dari File PDF|Aspose.PDF untuk C++

    Ekstrak tautan dari PDF dengan C#. Topik ini menjelaskan bagaimana cara mengekstrak tautan menggunakan kelas AnnotationSelector.... Dapatkan Page yang ingin Anda ekstrak tautannya...ke metode Accept dari objek Page. 1. Dapatkan semua anotasi tautan...

    docs.aspose.com/pdf/id/cpp/extract-links/
  7. 使用 Python 将页面移至 PDF | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式移动文档的 PDF 页面... 从 pageCollection 集合中获取 Page。 使用 保存 方法保存输出 PDF。 将页面添加到目标文档。保存输出文件。...dst_file ) page = srcDocument . pages [ 2 ] dstDocument . pages . add...

    products.aspose.com/pdf/zh-hans/python-net/page...
  8. Redazione di un PDF utilizzando C# | Aspose.PDF

    Redazione programmatica di documenti PDF con codice di esempio C# utilizzando Aspose.PDF per .NET... Pages . Accept ( textFragmentAbsorber...textFragmentCollecti ) { var page = textFragment . Page ; var annotationRectangle...

    products.aspose.com/pdf/it/net/redaction/
  9. Add Text to PDF Using Python | Aspose.PDF

    Add text to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET... Add the TextParagraph to Page using TextBuilder. Save the...# Get particular page page = document . pages [ 1 ] # Create text...

    products.aspose.com/pdf/python-net/text/
  10. JSON 형식으로 데이터 가져오기 및 내보내기|Aspose.PDF for .NET

    이 섹션에서는 JSON 형식으로 데이터를 가져오고 내보내는 방법을 설명합니다....Document (); // Add page var page = newDocument . Pages . Add (); //...Document (); // Add page var page = newDocument . Pages . Add (); //...

    docs.aspose.com/pdf/ko/net/import-export-json/