Sort Score
Result 10 results
Languages All
Labels All
Results 5,571 - 5,580 of 143,534 for

paged

(0.06 sec)
  1. Split PDFをプログラムで行う|Aspose.PDF for C++

    このトピックでは、C++でPDFページを個別のPDFファイルに分割する方法を示します。...各反復で、新しいDocumentオブジェクトを作成し、個別の Page オブジェクトを空のドキュメントにコピーします。 Sav...すべてのページをループする for ( auto page : document -> get_Pages ()) { auto newDocument...

    docs.aspose.com/pdf/ja/cpp/split-pdf-document/
  2. PDF 페이지 회전 프로그래밍|Aspose.PDF for Java

    페이지 방향 변경 및 페이지 내용을 새로운 페이지 방향에 맞추기 위한 Java 사용법....pdf" ); for ( Page page : pdfDocument . getPages ())...()) { // Rectangle r = page.getMediaBox(); // double newHeight...

    docs.aspose.com/pdf/ko/java/rotate-pages/
  3. Cách chuyển đổi EPS sang TIFF trong C#

    Hướng dẫn từng bước này giải thích cách chuyển đổi EPS sang TIFF trong C#. Aspose.Page cho .NET API giúp bạn chuyển đổi EPS sang TIFF trong mã C#....Page Product Family Aspose.PSD Product...Adobe có chứa các bản vẽ. Aspose.Page cho .NET cho phép bạn chuyển...

    kb.aspose.com/vi/page/net/how-to-convert-eps-to...
  4. Odstraňte konec stránky v Excelu pomocí Node.js

    Odstraňte konec stránky v Excelu pomocí Node.js. Získejte podrobnosti o nastavení IDE, seznam kroků a ukázkový kód pro odstranění konce stránky v Excelu pomocí Node.js....Page Product Family Aspose.PSD Product...Otevřete collection of horizontal page breaks z vybraného listu a zavolejte...

    kb.aspose.com/cs/cells/nodejs/delete-page-break...
  5. HtmlSaveOptions.ExportPageMargins | Aspose.Word...

    Discover how the HtmlSaveOptions ExportPageMargins property enhances your HTML, MHTML, and EPUB exports by controlling page margins for a polished presentation....ExportPageMargins property Specifies whether page margins is exported to HTML...Words does not show area of page margins by default. If any elements...

    reference.aspose.com/words/net/aspose.words.sav...
  6. RelativeHorizontalSize enumeration | Aspose.Wor...

    aspose.words.drawing.RelativeHorizontalSize enumeration. Specifies relatively to what the width of a shape or a text frame is calculated horizontally.... PAGE Specifies that the width is...calculated relatively to the page width. LEFT_MARGIN Specifies...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Mover páginas de PDF programáticamente C++|Aspo...

    Intente mover páginas a la ubicación deseada o al final de un archivo PDF usando Aspose.PDF para C++....Document > (); auto page = srcDocument -> get_Pages () -> idx_get (...dstDocument -> get_Pages () -> Add ( page ); // Guardar archivo...

    docs.aspose.com/pdf/es/cpp/move-pages/
  8. Création d'un PDF complexe à l'aide de Aspose.P...

    Aspose.PDF pour Android via Java vous permet de créer des documents plus complexes contenant des images, des fragments de texte et des tableaux dans un seul document....métadonnées mais sans pages. Ajouter une Page à l’objet document...document aura maintenant une page. Pour ajouter une image, nous...

    docs.aspose.com/pdf/fr/androidjava/complex-pdf-...
  9. PDF 文本注释|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您从 PDF 文档中添加、获取和删除文本注释。... 将注释添加到 Page 对象的Annotations集合中。 以下代码片段向您展示了如何在PDF页面中添加注释。..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/zh/cpp/text-annotation/
  10. Menggunakan Anotasi Teks untuk PDF|Aspose.PDF f...

    Aspose.PDF for .NET memungkinkan Anda untuk Menambahkan, Mengambil, dan Menghapus Anotasi Teks dari dokumen PDF Anda....ke koleksi Annotations objek Page . Potongan kode berikut menunjukkan...TextAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/id/net/text-annotation/