Sort Score
Result 10 results
Languages All
Labels All
Results 4,651 - 4,660 of 142,556 for

paged

(0.13 sec)
  1. SVG ถึง PDF ผสานโดยใช้ C++ | Aspose.PDF

    รวมเอกสาร SVG สองไฟล์ขึ้นไปเป็นไฟล์เดียว PDF แบบโปรแกรมด้วยรหัสตัวอย่าง C++ โดยใช้ Aspose.PDF สำหรับ C++...Aspose Document // Adust pdf page size to svg size opt1 = MakeObject...( u "1.svg" , opt1 ); // add page from one document to another...

    products.aspose.com/pdf/th/cpp/merger/svg-to-pdf/
  2. GIF to PDF Converter using Python | Aspose.PDF

    Sample code on Python for GIF to PDF conversion. Use example code for batch GIF to PDF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...the output PDF file. Use the pages method of the Document class...

    products.aspose.com/pdf/python-net/conversion/g...
  3. PDF to SVG Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one SVG single file programmatically with Java sample code using Aspose.PDF for Java...Library on the Documentation pages. To verify the benefits of the...new page to SVG document In loop: add PDF file to new page After...

    products.aspose.com/pdf/java/merger/pdf-to-svg/
  4. 使用 Java 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    Java原始程式碼,用於在任何平台上處理PDF檔中的圖像。...upperRightY = 200 ; Page page = pdfDocument . Pages [ 1 ] ; FileStream...); page . Resources . Images . Add ( imageStream ); page . Contents...

    products.aspose.com/pdf/zh-hant/java/images/
  5. Créer une table des matières au format PDF en u...

    Créez une table des matières au format PDF en utilisant C#. Obtenez les paramètres de l'IDE, une liste d'étapes et un exemple de code pour ajouter une table des matières au PDF à l'aide de C#....Page Product Family Aspose.PSD Product...connectivité avec les différentes pages du fichier PDF. Étapes pour...

    kb.aspose.com/fr/pdf/net/create-table-of-conten...
  6. Style properties sometimes null - Free Support ...

    Hello, i have the problem that the style properties of a shape are sometimes null. You can reproduce it with the following code: Diagram diagram = new Diagram(); var page = diagram.Pages[0]; long recShapeId = page.Dr…...Diagram(); var page = diagram.Pages[0]; long recShapeId = page.DrawRectangle(5...Diagram.Shape drawedShape = page.Shapes.GetShape(recShapeId);...

    forum.aspose.com/t/style-properties-sometimes-n...
  7. Remplacer du texte dans un PDF|Aspose.PDF for .NET

    En savoir plus sur les différentes manières de remplacer et de supprimer du texte de la bibliothèque Aspose.PDF for .NET....Remplacer du texte dans toutes les pages d’un document PDF Vous pouvez...remplacer du texte dans toutes les pages d’un document PDF, vous devez...

    docs.aspose.com/pdf/fr/net/replace-text-in-pdf/
  8. 使用操作符|Aspose.PDF for .NET

    本主题解释了如何与 Aspose.PDF 一起使用操作符。操作符类为 PDF 操作提供了很好的功能。...Get the page where the image needs to be added var page = document...document . Pages [ 1 ]; // Load the image into a file stream using...

    docs.aspose.com/pdf/zh/net/working-with-operators/
  9. Actionsを使用する|Aspose.PDF for Java

    このセクションでは、Javaを使用してドキュメントやフォームフィールドにアクションをプログラムで追加する方法を説明します。PDFファイルにハイパーリンクを追加、作成、取得する方法を学びます。...リンクを追加したい Page クラスを取得します。 LinkAnnotation オブジェクトをPageオブジェクトと Rectangle...FreeTextAnnotation オブジェクトをインスタンス化します。 それはまた、PageとRectangleオブジェクトを引数として受け入れるの...

    docs.aspose.com/pdf/ja/java/actions/
  10. Ekstrak Paragraf dari PDF C#|Aspose.PDF for .NET

    Pelajari cara mengekstrak paragraf dari dokumen PDF di .NET menggunakan Aspose.PDF untuk pengambilan teks terstruktur....pdf" )) { var page = document . Pages [ 2 ]; var absorber...ParagraphAbsorber (); absorber . Visit ( page ); Aspose . Pdf . Text . PageMarkup...

    docs.aspose.com/pdf/id/net/extract-paragraph-fr...