Sort Score
Result 10 results
Languages All
Labels All
Results 9,331 - 9,340 of 140,980 for

paged

(0.14 sec)
  1. Extraire un tableau d'un document PDF existant|...

    Aspose.PDF pour Java permet d'effectuer diverses manipulations avec les tableaux contenus dans votre document PDF. Vous pouvez ajouter et extraire un tableau dans le document PDF existant, rendre le tableau sur une nouvelle page, etc....pdf" ); for ( Page page : pdfDocument . getPages ())...TableAbsorber (); absorber . visit ( page ); for ( AbsorbedTable table...

    docs.aspose.com/pdf/fr/java/extract-table-from-...
  2. 使用 Python 从 PDF 中移除水印 | Aspose.PDF

    通过 COM Interop 从 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上的 PDF 文件中删除水印的 Python 源代码....Page.Artifacts 集合类的方法添加水印。 保存 PDF...Document ( "1.pdf" ) if doc . pages [ 1 ] . artifacts [ 1 ] . subtype...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  3. Пример Hello World на Java|Aspose.PDF for Java

    Эта страница показывает, как использовать простое программирование для создания PDF-документа, содержащего текст - Hello World с использованием Aspose.PDF для Java....Создайте объект Document Добавьте Page к объекту документа Создайте...(); // Добавить страницу Page page = document . getPages ()....

    docs.aspose.com/pdf/ru/java/hello-world-example/
  4. ShapeBase.behind_text property | Aspose.Words f...

    ShapeBase.behind_text property. Specifies whether the shape is below or above text....floating image to the center of a page. doc = aw . Document () builder...overlapping text and align it to the page's center. shape = builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. ParagraphFormat.keep_with_next property | Aspos...

    ParagraphFormat.keep_with_next property. True if the paragraph is to remains on the same page as the paragraph that follows it....paragraph is to remains on the same page as the paragraph that follows...to stay together on the same page. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. VerticalAlignment enumeration | Aspose.Words fo...

    Aspose.Words.Drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table....floating image to the center of a page. let doc = new aw . Document...overlapping text and align it to the page's center. let shape = builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Tooltip PDF menggunakan C++|Aspose.PDF untuk C++

    Pelajari cara menambahkan tooltip ke fragmen teks dalam PDF menggunakan C++ dan Aspose.PDF...Document > (); document -> get_Pages () -> Add () -> get_Paragraphs...tooltip" )); document -> get_Pages () -> idx_get ( 1 ) -> get_Paragraphs...

    docs.aspose.com/pdf/id/cpp/pdf-tooltip/
  8. LayoutCollector.document property | Aspose.Word...

    LayoutCollector.document property. Gets or sets the document this collector instance is attached to....Remarks If you need to access page indexes of the document nodes...a document instance, before page layout of the document is built...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. C# 를 통해 PDF 자르기 | Aspose.PDF

    품질 저하 없이 C#으로 PDF를 자릅니다.이 페이지에서는 Aspose.PDF for .NET 라이브러리를 사용하여 PDF 파일을 자르는 기능에 대해 설명합니다.... Combine ( dataDir , "crop_page.pdf" )); Console . WriteLine...WriteLine ( pdfDocument . Pages [ 1 ]. CropBox ); Console . WriteLine...

    products.aspose.com/pdf/ko/net/crop/
  10. ตัดไฟล์ PDF โดยใช้ C++ | Aspose.PDF

    ครอบตัด PDF ใน C++ โดยไม่สูญเสียคุณภาพหน้านี้จะอธิบายคุณสมบัติของการปลูกพืชไฟล์ PDF โดยใช้ Aspose.PDF สำหรับห้องสมุด C++..."crop_page.pdf" ); String outputFileName ( "crop_page_out.pdf"...WriteLine ( document -> get_Pages () -> idx_get ( 1 ) -> get_CropBox...

    products.aspose.com/pdf/th/cpp/crop/