Sort Score
Result 10 results
Languages All
Labels All
Results 7,511 - 7,520 of 188,882 for

paged

(2.66 sec)
  1. آرشیوها

    آرشیوها...Page for .NET نقش مهمی در این فرآیند...می شود. علاوه بر این، Aspose.Page for .NET فرآیند تبدیل را ساده...

    blog.aspose.com/fa/page/convert-postscript-to-p...
  2. Visio加水印|Documentation

    如何使用 Java Diagram API 为 visio 添加水印。...vsdx" ); // get page by name Page page = diagram . getPages...(). getPage ( "Page-1" ); double pinx = page . getPageSheet ()...

    docs.aspose.com/diagram/zh/java/add-watermark-t...
  3. เพิ่ม แยกหรือลบรูปภาพใน PDF โดยใช้ C# | Aspose.PDF

    จัดการรูปภาพใน PDF ด้วยโปรแกรมด้วยรหัสตัวอย่าง C# โดยใช้ Aspose.PDF สำหรับ .NET...upperRightY = 200 ; var page = pdfDocument . Pages [ 1 ]; var imageStream...); page . Resources . Images . Add ( imageStream ); page . Contents...

    products.aspose.com/pdf/th/net/images/
  4. PageInfo.GetSpecifiedPrinterPaperSource | Aspos...

    Discover the GetSpecifiedPrinterPaperSource method in PageInfo. Efficiently retrieve the ideal PaperSource for seamless page printing....object suitable for printing the page represented by this PageInfo...print page size and orientation information for every page in a...

    reference.aspose.com/words/net/aspose.words.ren...
  5. Working with Attachments | Aspose.Note Document...

    A guide on how to work with attachments in your Java development environment....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/java/working-with-attachme...
  6. Xem các tập tin định dạng EPS | Giải pháp cho .NET

    Mở để xem các tệp EPS. Mã nguồn C# để tải, kết xuất và hiển thị các tài liệu EPS trên Nền tảng .NET Framework, Windows và các ứng dụng ASP.NET....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/vi/net/viewer/eps/
  7. Read Barcodes from PDF Documents|Documentation

    How to Recognize Barcodes from PDF Files...class BarCodeReader , the source page of a PDF document must be represented...unreadable. The rendering of page contents to a raster image is...

    docs.aspose.com/barcode/net/read-barcode-from-p...
  8. Travailler avec les En-têtes dans PDF|Aspose.PD...

    Créez une numérotation dans l'en-tête de votre document PDF avec Python. Aspose.PDF pour Python via .NET offre différents types de styles de numérotation.... page_info . width = 612.0 document . page_info . height...height = 792.0 document . page_info . margin = ap . MarginInfo...

    docs.aspose.com/pdf/fr/python-net/working-with-...
  9. Trabajando con Encabezados en PDF|Aspose.PDF pa...

    Crear numeración en el encabezado de su documento PDF con Python. Aspose.PDF para Python a través de .NET ofrece diferentes tipos de estilos de numeración.... page_info . width = 612.0 document . page_info . height...height = 792.0 document . page_info . margin = ap . MarginInfo...

    docs.aspose.com/pdf/es/python-net/working-with-...
  10. Agregar objeto de línea a archivo PDF|Aspose.PD...

    Este artículo explica cómo crear un objeto de línea en su PDF utilizando Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page instance page . Paragraphs . Add (...

    docs.aspose.com/pdf/es/net/add-line/