Sort Score
Result 10 results
Languages All
Labels All
Results 6,501 - 6,510 of 143,566 for

paged

(0.27 sec)
  1. Remove Tables from PDF using Java | Aspose.PDF

    Remove tables from PDF file programmatically with Java sample code using Aspose.PDF for Java...first page with absorber. Get first table on the page. Remove..._booklet 7.pdf" ); for ( Page page : pdfDocument . getPages ())...

    products.aspose.com/pdf/java/table/remove/
  2. Remove Tables from PDF using C++ | Aspose.PDF

    Remove tables from PDF file programmatically with C++ sample code using Aspose.PDF for C++...first page with absorber. Get first table on the page. Remove...pdf" ); for ( auto page : document -> get_Pages ()) { auto absorber...

    products.aspose.com/pdf/cpp/table/remove/
  3. Merge EPUB files using .NET | Aspose.PDF

    Merge EPUB files programmatically with C# sample code using Aspose.PDF for .NET... The current page provides information about converting...Library on the Documentation pages. You may also use the following...

    products.aspose.com/pdf/net/merger/epub/
  4. 使用 Python for .NET 将页面移至 PDF | Aspose.PDF

    通过 COM Interop 在.NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上以编程方式移动文档的 PDF 页面的 Python 示例代码。...dst_File_name ) page = srcDocument . pages [ 2 ] dstDocument . pages . add...add ( page ) # Save output file dstDocument . save ( dst_File_name_new...

    products.aspose.com/pdf/zh-hant/python-net/page...
  5. เพิ่มข้อความลงใน PDF โดยใช้ Python | Aspose.PDF

    รหัสที่มาของงูหลามที่จะทำงานกับข้อความในไฟล์ PDF บนกรอบ .NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...# Get particular page page = document . pages [ 1 ] # Create text...TextBuilder ( page ) # Append the text fragment to the PDF page builder...

    products.aspose.com/pdf/th/python-net/text/
  6. ย้ายหน้าไปยังไฟล์ PDF โดยใช้ {{ชื่อผลิตภัณฑ์}} ...

    โค้ดตัวอย่างง่ายๆในการย้ายหน้า PDF ของเอกสารของคุณทางโปรแกรมบนแพลตฟอร์มใด ๆ ที่มีภาษา C++...Document > (); auto page = srcDocument -> get_Pages () -> idx_get (...dstDocument -> get_Pages () -> Add ( page ); // Save output file...

    products.aspose.com/pdf/th/cpp/pages/move/
  7. Definir Tamanho da Imagem usando C++|Aspose.PDF...

    Esta seção descreve como definir o tamanho da imagem em um arquivo PDF usando a biblioteca C++....arquivo PDF auto page = document -> get_Pages () -> Add (); //..._dataDir + u "aspose-logo.jpg" ); page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/pt/cpp/set-image-size/
  8. Public API Changes in Aspose.Diagram 16.12.0|Do...

    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....vsdx" ); // get page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/java/public-api-changes...
  9. Создание ссылок в PDF-файле с помощью C#|Aspose...

    В этом разделе объясняется, как создавать ссылки в вашем PDF-документе с помощью C#....LinkAnnotation , используя объекты Page и Rectangle . Установите атрибуты...коллекцию Annotations объекта Page. Наконец, сохраните обновлённый...

    docs.aspose.com/pdf/ru/net/create-links/
  10. استخراج الروابط من ملف PDF|Aspose.PDF لـ C++

    استخراج الروابط من PDF باستخدام C#. يشرح هذا الموضوع كيفية استخراج الروابط باستخدام فئة AnnotationSelector....إلى طريقة Accept الخاصة بكائن Page. 1. احصل على جميع تعليقات الروابط...الصفحات في ملف PDF auto page = document->get_Pages()->idx_get(1); auto...

    docs.aspose.com/pdf/ar/cpp/extract-links/