Sort Score
Result 10 results
Languages All
Labels All
Results 6,191 - 6,200 of 190,012 for

paged

(0.15 sec)
  1. Converter vários formatos de imagens para PDF e...

    Converta vários formatos de imagens, como CDR, DJVU, BMP, CGM, JPEG, DICOM, PNG, TIFF, EMF e SVG para PDF usando C# .NET....Document ()) { // Add page var page = document . Pages . Add (); var...= dataDir + "BMPtoPDF.bmp" ; page . Paragraphs . Add ( image );...

    docs.aspose.com/pdf/pt/net/convert-images-forma...
  2. 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...
  3. Поддержка 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...
  4. Categories

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......Page Product Family Aspose.PSD Product...using Java How to Save Selected Pages in PDF using C# How to Print...

    kb.aspose.com/categories/page/45/
  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. 获取 Visio 形状继承填充|Documentation

    本节介绍如何获取 visio 形状的填充样式,继承自其父样式并掌握 Aspose.Diagram。...); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); foreach ( Aspose . Diagram . Shape shape in page...

    docs.aspose.com/diagram/zh/net/get-visio-shape-...
  7. Obtenir Visio Shape Inherit Fill|Documentation

    Cette section explique comment obtenir le style de remplissage de la forme visio hérité de son style parent et maître avec Aspose.Diagram....); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); foreach ( Aspose . Diagram . Shape shape in page...

    docs.aspose.com/diagram/fr/net/get-visio-shape-...
  8. แก้ไขไฟล์ 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/
  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/