Sort Score
Result 10 results
Languages All
Labels All
Results 7,291 - 7,300 of 140,933 for

paged

(0.07 sec)
  1. Defect detection|Documentation

    How to automatically find problem areas in an image that may be recognized inaccurately....typically appear on curved pages. Low recognition accuracy Text...string Image path. Page int Page number of multi-page images. defectAreas...

    docs.aspose.com/ocr/net/defect-detection/
  2. چرخش PDF با استفاده از PHP | Aspose.PDF

    اسناد PDF را به صورت برنامه نویسی با کد نمونه PHP با استفاده از Aspose.PDF برای PHP via Java چرخانید...new Document ( $inputFile ); $pages = $document -> getPages ();...java_values ( $pages -> size ()); // Loop through all the pages for (...

    products.aspose.com/pdf/fa/php-java/rotate/
  3. Comment expurger un PDF en Java

    Ce bref guide explique comment rédiger un PDF en Java. Il contient les détails de la configuration du système et l'algorithme pas à pas, suivis d'un exemple de code exécutable pour expurger le texte au format PDF à l'aide de Java....Page Product Family Aspose.PSD Product...le numéro de page ou les coordonnées de la page pour biffer tout...

    kb.aspose.com/fr/pdf/java/how-to-redact-a-pdf-i...
  4. Abrir documento PDF programaticamente|Aspose.PD...

    Aprenda como abrir um arquivo PDF na biblioteca PDF Aspose.PDF for .NET em C#. Você pode abrir PDFs existentes, documentos de stream e documentos PDF criptografados.... WriteLine ( "Pages " + document . Pages . Count ); } } Abrir...Console . WriteLine ( "Pages " + document . Pages . Count ); } } Abrir...

    docs.aspose.com/pdf/pt/net/open-pdf-document/
  5. Открытие PDF-документа программным способом|Asp...

    Узнайте, как открыть PDF-файл в библиотеке C# Aspose.PDF for .NET. Вы можете открыть существующий PDF-документ, документ из потока и зашифрованный PDF-документ.... WriteLine ( "Pages " + document . Pages . Count ); } } Открытие...Console . WriteLine ( "Pages " + document . Pages . Count ); } } Открытие...

    docs.aspose.com/pdf/ru/net/open-pdf-document/
  6. 使用 PHP 旋转 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java 使用 PHP 示例代码,以编程方式旋转 PDF 文档...new Document ( $inputFile ); $pages = $document -> getPages ();...java_values ( $pages -> size ()); // Loop through all the pages for (...

    products.aspose.com/pdf/zh-hant/php-java/rotate/
  7. Add Footer to PDF using Python | Aspose.PDF

    Add footer to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET.... Add the Stamp to Page using AddStamp method. Save.... Bottom for page in pdfDocument . Pages : page . AddStamp (...

    products.aspose.com/pdf/python-net/footer/
  8. Remove Watermark from PDF using Python | Aspose...

    Remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...Page.Artifacts collection class....Document ( "1.pdf" ) if doc . pages [ 1 ] . artifacts [ 1 ] . subtype...

    products.aspose.com/pdf/python-net/watermark/re...
  9. 绘制矩形|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制矩形。支持使用C#绘制矩形并保存为pdf、svg、html、image、xps等格式。...developers to draw a rectangle in the page and save as SVG format. The...developers to draw a rectangle in the page and save as PDF format. The...

    docs.aspose.com/diagram/zh/net/drawing/draw-rec...
  10. Создать PDF документ|Aspose.PDF for Java

    Узнайте, как создать PDF файл в Aspose.PDF для Java....Создайте объект Document Добавьте Page к объекту документа Создайте...Document (); //Добавить страницу Page page = document . getPages ()....

    docs.aspose.com/pdf/ru/java/create-document/