Sort Score
Result 10 results
Languages All
Labels All
Results 5,041 - 5,050 of 143,154 for

paged

(0.05 sec)
  1. Dodaj obrazy do pliku PDF poprzez C# | Aspose.PDF

    Ta strona opisuje funkcje dodawania obrazów do dokumentów PDF za pomocą .NET Framework, .NET Core, Aspose.PDF for .NET library....upperRightY = 200 ; var page = pdfDocument . Pages [ 1 ]; var imageStream...); page . Resources . Images . Add ( imageStream ); page . Contents...

    products.aspose.com/pdf/pl/net/images/add/
  2. Arbeiten mit Dokumenten in PostScript | C++

    Das Hinzufügen von Seiten zu einer PS-Datei ist eine Funktion, die von der Aspose.Page-API-Lösung für C++ unterstützt wird. ....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/de/cpp/ps/working-with-doc...
  3. PDF 多媒体注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您在 PDF 文档中添加、获取和删除多媒体注释。...Contents [ Hide ] PDF 文档中的注释包含在 Page 对象的 Annotations 集合中。此集合仅包含该页面的所有注释:每个页面都有其自己的..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    docs.aspose.com/pdf/zh/java/multimedia-annotation/
  4. How to Create Table in PDF Files using C# | Asp...

    Do you know how easily create table in PDF via Python? Create table in PDF with high quality using .NET PDF library....simple PDF document with a single page and a text fragment using Aspose...Document (); // Add page Page page = pdf_doc . Pages . Add (); // Place...

    products.aspose.com/pdf/tutorial/create-table-pdf/
  5. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Type...

    docs.aspose.com/ocr/net/image-regions-word-find/
  6. Convert URL to PDF in Java

    This quick tutorial guides on how to convert URL to PDF in Java. It has the IDE settings, a list of steps, and a sample code for transforming link into PDF in Java....Page Product Family Aspose.PSD Product...PDF Configure the output PDF page settings and other parameters...

    kb.aspose.com/pdf/java/convert-url-to-pdf-in-java/
  7. Frameset Class | Aspose.Words for .NET

    Discover the Aspose.Words.Framesets.Frameset class for seamless frame management in documents. Enhance your web pages with efficient frame integration!...Represents a frames page or a single frame on a frames page. To learn more...of child frames and frames pages. FrameDefaultUrl { get; set;...

    reference.aspose.com/words/net/aspose.words.fra...
  8. Convertir varios formatos de imágenes a PDF|Asp...

    Este tema muestra cómo la biblioteca Aspose.PDF para Java permite convertir varios formatos de imágenes a PDF....document = new Document (); Page page = document . getPages ()...."Sample.bmp" ). toString ()); page . getParagraphs (). add ( image...

    docs.aspose.com/pdf/es/java/convert-images-form...
  9. Instalación | Aspose.Página para Java

    JavaLibrary para que los desarrolladores procesen archivos PS, EPS y XPS. Aprenda cómo instalar la solución API Aspose.Page para Java....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/es/java/installation/
  10. Добавление дугового объекта в PDF-файл|Aspose.P...

    В этой статье объясняется, как создать дуговой объект в вашем PDF-файле с помощью Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/ru/net/add-arc/