Sort Score
Result 10 results
Languages All
Labels All
Results 6,031 - 6,040 of 143,535 for

paged

(0.11 sec)
  1. 如何使用 Java 删除 Link 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Link 注释的 Java 示例代码。...创建新页面或获取对现有页面的引用 创建 Link 注释 调用 Page.Annotations 集合中的 Link 注释方法 Remove...using AnnotationSelector Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  2. Rotar Páginas de PDF programáticamente|Aspose.P...

    Cambiar la orientación de la página y ajustar el contenido de la página a la nueva orientación de página utilizando Java....pdf" ); for ( Page page : pdfDocument . getPages ())...()) { // Rectángulo r = page.getMediaBox(); // double newHeight...

    docs.aspose.com/pdf/es/java/rotate-pages/
  3. Ինչպես փոխարկել EPS-ը TIFF-ի C#-ում

    Այս քայլ առ քայլ ձեռնարկը բացատրում է, թե ինչպես փոխարկել EPS-ը TIFF-ի C#-ում: Aspose.Page-ը .NET API-ի համար օգնում է ձեզ փոխարկել EPS-ը TIFF-ի C# կոդով:...Page Product Family Aspose.PSD Product...պարունակում է գծագրեր: Aspose.Page-ը .NET-ի համար թույլ է տալիս...

    kb.aspose.com/hy/page/net/how-to-convert-eps-to...
  4. So konvertieren Sie EPS in TIFF in C#

    Dieses Schritt-für-Schritt-Tutorial erklärt, wie Sie EPS in TIFF in C# konvertieren. Aspose.Page for .NET API hilft Ihnen, EPS in TIFF im C#-Code zu konvertieren....Page Product Family Aspose.PSD Product...Zeichnungen enthält. Mit Aspose.Page für .NET können Sie EPS in wenigen...

    kb.aspose.com/de/page/net/how-to-convert-eps-to...
  5. How to Convert Image to PDF using Python

    This short article guides on how to convert image to PDF using Python. It briefs about the environment settings, program flow and a runnable sample code to convert JPG to PDF using Python....Page Product Family Aspose.PSD Product...render an image in it Add a new page to the PDF file Create an instance...

    kb.aspose.com/pdf/python/how-to-convert-image-t...
  6. How to Strike Out Text in Adobe PDF using Python

    This article guides on how to strike out text in Adobe PDF using Python. It contains environment settings, list of steps and a runnable sample code to strike out text in PDF using Python....Page Product Family Aspose.PSD Product...visit() method on the target page to search the instances of the...

    kb.aspose.com/pdf/python/how-to-strike-out-text...
  7. How to Create Image of Spreadsheet using Python

    This quick tutorial guides to create image of spreadsheet using Python. It contains detailed steps to configure the Python environment and also provides runnable sample code to generate Excel sheet picture using Python....Page Product Family Aspose.PSD Product...that can be used to render each page of a spreadsheet as a separate...

    kb.aspose.com/cells/python/how-to-create-image-...
  8. 公共 API Aspose.Diagram 16.11.0 的变化|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....vsd" ); // get a Visio page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get a shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  9. Range.normalize_field_types method | Aspose.Wor...

    Range.normalize_field_types method. Changes field type values [FieldChar.field_type](../../../aspose.words.fields/fieldchar/field_type/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in this range so that they correspond to the field types contained in the field codes.... text = 'PAGE' # Changing the field code has...type. self . assertEqual ( 'PAGE' , field . get_field_code ())...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Header to PDF using PHP | Aspose.PDF

    PHP sample code to add header in PDF document on any platform....more details check the GitHub page. Add Header to PDF with PHP...properties. Add the Stamp to Page using AddStamp method. Save...

    products.aspose.com/pdf/php-java/header/