Sort Score
Result 10 results
Languages All
Labels All
Results 6,591 - 6,600 of 188,131 for

paged

(0.12 sec)
  1. 以编程方式创建 PDF 文档|Aspose.PDF for .NET

    本页面描述了如何使用 Aspose.PDF 库从头开始创建 PDF 文档。... 向 Document 对象的 Pages 集合中添加一个 Page 对象。 向页面的 Paragraphs 集合中添加...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/zh/net/create-document/
  2. Creating Annotations within pdf files using Asp...

    Hi, Can you please send me documentation for creating annotations i.e Redaction, Highlight, Comment etc. Thanks...first you need to convert the pages of PDF file into Image format...information on Convert all PDF pages to JPEG Images In case I have...

    forum.aspose.com/t/creating-annotations-within-...
  3. Converter BMP para EPS utilizando a API para C++

    A funcionalidade de conversão de BMP para EPS oferecida pela solução API Aspose.Page para C++ é explicada e ilustrada com os excertos de código aqui....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/pt/cpp/convert/bmp-to-eps/
  4. آرشیوها

    آرشیوها... با استفاده از روش Page.getAnnotations().add() لینک...pdf"); // دریافت مرجع صفحه Page page = document.getPages().get_Item(1);...

    blog.aspose.com/fa/pdf/add-hyperlinks-in-pdf-us...
  5. Как да конвертирате 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/bg/page/net/how-to-convert-eps-to...
  6. | Aspose.PDF

    Manage PDF Annotations Programmatically with C++ Using Aspose.PDF for C++...PDF Draw Polygon Annotation on Page Remove Watermark annotation...PDF. Add the annotation to the Page object’s Annotations collection...

    products.aspose.com/pdf/cpp/annotation/
  7. Split PDF Files Online or using Android Mobile ...

    Free online app to Split different PDF files. Android splitter library Java code for PDF documents....Loop through the pages in the Document.pages collection and on...add the Page using getPages().add(Page). Save the page into new...

    products.aspose.com/total/android-java/split/pdf/
  8. Aspose.Cells Product Family

    Trouvez des réponses sur la création, la modification et la conversion de feuilles de calcul Excel sans avoir besoin de Microsoft Excel....Page Product Family Aspose.PSD Product...Python Supprimer le saut de page dans Excel à l'aide de Python...

    kb.aspose.com/fr/cells/page/6/
  9. Aspose::Words::DocumentBuilder::MoveToHeaderFoo...

    Aspose::Words::DocumentBuilder::MoveToHeaderFooter method. Moves the cursor to the beginning of a header or footer in the current section in C++....footers different for the first page, you need to set DifferentFirstPageHe...different for even and odd pages, you need to set OddAndEvenPagesHeade...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. 以编程方式旋转PDF页面|Aspose.PDF for Java

    使用Java更改页面方向并将页面内容调整到新页面方向。...pdf" ); for ( Page page : pdfDocument . getPages ())...()) { // Rectangle r = page.getMediaBox(); // double newHeight...

    docs.aspose.com/pdf/zh/java/rotate-pages/