Sort Score
Result 10 results
Languages All
Labels All
Results 8,101 - 8,110 of 188,980 for

paged

(0.58 sec)
  1. Question regarding unreleased memory even after...

    Hi, I’m experiencing a memory issue with the latest version of Aspose.PDF (v25.11) in C#. Background: When I use Aspose.PDF’s Accept(TextFragmentAbsorber visitor) method, I notice that memory is not being released and…...; PageCollection pages = pdfDocument.Pages; var absorber = new...TextSearchOptions(true) }; foreach(Page page in pages) { // Accept the absorber...

    forum.aspose.com/t/question-regarding-unrelease...
  2. Verwenden Sie Verbindungsindizes, um Shapes zu ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Diagram (); // get page by index Page page = diagram . getPages...shapes by ID Shape shape1 = page . getShapes (). getShape ( shape1_ID...

    docs.aspose.com/diagram/de/java/use-connection-...
  3. Usa gli indici di connessione per connettere le...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Diagram (); // get page by index Page page = diagram . getPages...shapes by ID Shape shape1 = page . getShapes (). getShape ( shape1_ID...

    docs.aspose.com/diagram/it/java/use-connection-...
  4. Konwersja pliku EMF do PDF przy użyciu Java | A...

    Konwersja EMF do PDF za pomocą przykładowego kodu Java. Programiści mogą użyć tego przykładowego kodu, aby wyeksportować EMF do PDF w dowolnej aplikacji opartej na Web lub Desktop Java....pdfDocument = new Document (); Page page = pdfDocument . getPages ()...( imageFile . toString ()); page . getPageInfo (). getMargin...

    products.aspose.com/pdf/pl/java/conversion/emf-...
  5. Converting a JPEG file to TEX using Python | As...

    Sample code on Python for JPEG to TEX conversion. Use example code for batch JPEG to TEX conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...Call the add method of the pages collection on the document object...

    products.aspose.com/pdf/python-net/conversion/j...
  6. Convertire un file DICOM in PDF utilizzando PHP...

    Codice di esempio in PHP per la conversione da DICOM a PDF. Usa un codice di esempio per la conversione in batch da DICOM a PDF con Aspose.PDF per PHP tramite Java...(); // Add a new page to the document $page = $document -> getPages...Set the margins of the page to 0 $page -> getPageInfo () -> getMargin...

    products.aspose.com/pdf/it/php-java/conversion/...
  7. تبدیل فایل BMP به PDF با استفاده از PHP | Aspos...

    کد نمونه در PHP برای تبدیل BMP به PDF. از کد نمونه برای تبدیل دسته BMP به PDF با Aspose.PDF برای PHP از طریق جاوا استفاده کنید...(); // Add a new page to the document $page = $document -> getPages...Set the margins of the page to 0 $page -> getPageInfo () -> getMargin...

    products.aspose.com/pdf/fa/php-java/conversion/...
  8. ادغام PDF | Aspose.PDF

    ادغام اسناد PDF با برنامه های متقابل رایگان و API های کد بالا برای هر پلتفرم....pdf" ); // Add pages of second document to the first...first document1 . Pages . Add ( document2 . Pages ); document . Save...

    products.aspose.com/pdf/fa/merger/
  9. تبدیل فایل PNG به PDF با استفاده از PHP | Aspos...

    کد نمونه در PHP برای تبدیل PNG به PDF. از کد نمونه برای تبدیل دسته PNG به PDF با Aspose.PDF برای PHP از طریق جاوا استفاده کنید...(); // Add a new page to the document $page = $document -> getPages...add (); // Set the page margins to 0 $page -> getPageInfo () ->...

    products.aspose.com/pdf/fa/php-java/conversion/...
  10. Добавить эллиптические формы в PDF на Python|As...

    Узнайте, как рисовать, заполнять и подписывать эллиптические формы в PDF‑файлах на Python.... Document () page = document . pages . add () graph = drawing.... shapes . add ( ellipse2 ) page . paragraphs . add ( graph )...

    docs.aspose.com/pdf/python-net/add-ellipse/