Sort Score
Result 10 results
Languages All
Labels All
Results 4,301 - 4,310 of 187,794 for

paged

(0.2 sec)
  1. 将椭圆对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将椭圆对象创建到您的PDF中。...Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/zh/net/add-ellipse/
  2. getPrintingPageBreaks returning unexpected resu...

    Hello, I am using the aspose-cells version 25.6. Below is the code I am using, ImageOrPrintOptions printOption = new ImageOrPrintOptions(); printOption.setPrintingPage(PrintingPageType.DEFAULT); cas = curSheet.getPri…... I expect 0 number of pages since, it is a single sheet...sheet with no distinguished pages in it. Please find the inupt file...

    forum.aspose.com/t/getprintingpagebreaks-return...
  3. PS to TIFF Conversion API for | Java

    Sample Java conversion code for PS format to TIFF file. Use this example code to convert PS to TIFF within any Web or Desktop Java based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/java/conversion/ps-to-...
  4. Shape copying confusion - Free Support Forum - ...

    I have a script which copies a file, then attempts to copy a shape from the first page 10 times onto the second page, moving each shape an inch to the right. What I end up with is: 3 copies of the shape The names of t…...from the first page 10 times onto the second page, moving each...the 1st is fine) If I make the page auto-size, it sizes like there...

    forum.aspose.com/t/shape-copying-confusion/318632
  5. Archivio

    Archivio...Dividere un documento di Word per Pages in Python # Ora, diamo un’occhiata...Document("document.docx") # get page count pageCount = doc.page_count # loop through...

    blog.aspose.com/it/words/split-a-word-document-...
  6. Архів

    Архів...vsdx"); // get pages count System.out.println("Total Pages:" + diagram...Доступ до першої сторінки Page page = diagram.getPages().get(0);...

    blog.aspose.com/uk/diagram/read-visio-shape-dat...
  7. Dreieck zeichnen|Documentation

    In diesem Abschnitt wird erläutert, wie Sie ein Dreieck auf einer visio-Seite mit Aspose.Diagram zeichnen. Unterstützung bei der Verwendung von C# zum Zeichnen von Dreiecken und zum Speichern als PDF-, SVG-, HTML-, Bild-, XPS- und andere Formate....}; //Draw Triangle in page diagram . Pages [ 0 ]. DrawPolyline...developers to draw a triangle in the page and save as SVG format. The...

    docs.aspose.com/diagram/de/net/drawing/draw-tri...
  8. التلاعب بخصائص الصفحة|Aspose.PDF for .NET

    يشرح هذا القسم كيفية التلاعب بخصائص الصفحة باستخدام واجهات Aspose.PDF من خلال فئة PdfPageEditor....pdf" ); // Get page properties and print them to...console Console . WriteLine ( $"Page 1 Rotation: {pageEditor.GetPageRotation(1)}"...

    docs.aspose.com/pdf/ar/net/manipulate-page-prop...
  9. Adnotacja PDF API | Aspose.PDF

    Usuwanie komentarzy z dokumentów PDF za pomocą bezpłatnych aplikacji wieloplatformowych i interfejsów API High Code dla dowolnej platformy.... Pages [ 1 ], new Rectangle ( 299.988...Color . Blue }; document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/pl/annotation/
  10. Create Document|Aspose.PDF for Java

    Aspose.PDF for Java helps you to create PDF document and searchable PDF file in few easy steps....Document class Add a Page object to the Pages collection of the...Paragraphs collection of the page Save the resultant PDF document...

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