Sort Score
Result 10 results
Languages All
Labels All
Results 6,931 - 6,940 of 184,095 for

paged

(0.25 sec)
  1. PageBorderDistanceFrom enumeration | Aspose.Wor...

    Aspose.Words.PageBorderDistanceFrom enumeration. Specifies the positioning of the page border relative to the page margin....positioning of the page border relative to the page margin. Members...position is measured from the page margin. PageEdge Border position...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. استخراج فقرة من PDF|Aspose.PDF for Java

    تصف هذه المقالة كيفية استخدام ParagraphAbsorber - أداة خاصة في Aspose.PDF لاستخراج النص من مستندات PDF....pdf" ); Page page = doc . getPages (). get_Item...ParagraphAbsorber (); absorber . visit ( page ); PageMarkup markup = absorber...

    docs.aspose.com/pdf/ar/java/extract-paragraph-f...
  3. Annotation Multimédia PDF en C++|Aspose.PDF pou...

    Aspose.PDF pour C++ vous permet d'ajouter, d'obtenir et de supprimer l'annotation multimédia de votre document PDF....collection Annotations d’un objet Page . Cette collection contient...pour cette page individuelle uniquement : chaque page a sa propre...

    docs.aspose.com/pdf/fr/cpp/multimedia-annotation/
  4. Поддержка DICOM-изображений|Aspose.PDF for .NET

    В этом разделе описывается, как с помощью библиотеки C# обеспечить поддержку DICOM-изображений в PDF-файле....Document ()) { // Add page var page = document . Pages . Add (); // Create...// Add image to the first page page . Paragraphs . Add ( image...

    docs.aspose.com/pdf/ru/net/support-for-dicom-ma...
  5. Farklı Sayfalar İçin Farklı Başlık ve Altbilgi ...

    Bu makale, C++ Kütüphanesi ve API kullanarak Excel çalışma sayfası Sayfa Düzeni ayarlarının çeşitli başlık ve altbilgilerini programlı olarak nasıl ayarlayacağınızı gösteren örnek kodlar sağlar. İlk sayfa, tekler ve çiftler için başlık ve altbilgileri ayarlayabilirsiniz....// Get the first worksheet's page setup PageSetup pageSetup =...different headers for odd and even pages pageSetup . SetIsHFDiffOddEven...

    docs.aspose.com/cells/tr/cpp/setting-different-...
  6. แก้ไขไฟล์ PDF โดยใช้ Python | Aspose.PDF

    แก้ไขเอกสาร PDF ด้วยโปรแกรมด้วยรหัสตัวอย่าง Python โดยใช้ Aspose.PDF สำหรับ Python for .NET... pages . accept ( textFragmentAbsorber...textFragmentCollecti : page = textFragment . page annotationRectangle...

    products.aspose.com/pdf/th/python-net/redaction/
  7. Sposta le pagine in PDF usando .NET | Aspose.PDF

    Sposta le pagine PDF del tuo documento in modo programmatico con il codice di esempio C# utilizzando Aspose.PDF per .NET... Ottieni Page dalla collezione PageCollection...var page = srcDocument . Pages [ 2 ]; dstDocument . Pages . Add...

    products.aspose.com/pdf/it/net/pages/move/
  8. Finding character bounding boxes|Documentation

    Character-by-character recognition and automatic detection of character bounding boxes inside images....image on the page. When working with single-page images, this...always 0. page Page number. When working with single-page images...

    docs.aspose.com/ocr/python-net/image-regions-ch...
  9. Working with Text in PDF using C#|Aspose.PDF fo...

    This section explains various techniques of text handling. Learn how to add, replace, rotate, search text using Aspose.PDF and C#....text and other content on a PDF page. Replace Text in PDF - to replace...replace text in all the pages of a PDF document. You first need...

    docs.aspose.com/pdf/net/working-with-text/
  10. Memutar Halaman PDF Menggunakan Python|Aspose.P...

    Topik ini menjelaskan bagaimana memutar orientasi halaman dalam file PDF yang ada secara programatis dengan Python....input_pdf ) for page in doc . pages : r = page . media_box newHeight...+ ( r . height - newHeight ) page . media_box = ap . Rectangle...

    docs.aspose.com/pdf/id/python-net/rotate-pages/