Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 187,806 for

paged

(0.18 sec)
  1. معالجة مستند PDF في C#|Aspose.PDF for .NET

    تحتوي هذه المقالة على معلومات حول كيفية التحقق من مستند PDF لمعيار PDF A، وكيفية العمل مع جدول المحتويات، وكيفية تعيين تاريخ انتهاء صلاحية PDF، وما إلى ذلك....first page of PDF file var tocPage = document . Pages . Insert..."First page" , "Second page" , "Third page" , "Fourth page" }; for...

    docs.aspose.com/pdf/ar/net/manipulate-pdf-docum...
  2. Chercher

    chercher... Clonez les pages en parcourant chaque page de la collection...destination en ajoutant les pages. Exportez le document OneNote...

    blog.aspose.com/fr/note/combine-onenote-java/
  3. EPS to PNG Conversion API | C++

    EPS to PNG conversion provided by Aspose.Page for C++ API solution. Works in C++ Runtime Environment for Windows 32 bit, Windows 64 bit, and Linux 64 bit....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/cpp/conversion/eps-to-...
  4. Merge XPS to PDF | C++ API Solution

    C++ API Solution to merge XPS files in a few lines of code. Save the combined result as PDF files. C++ code example of merging functionality....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/cpp/merge-xps-files/
  5. PDF را از طریق Java برش دهید | Aspose.PDF

    PDF را بدون از دست دادن کیفیت در Java به صورت برنامه نویسی با کد نمونه C# با استفاده از Aspose.PDF برای Java برش دهید...new Document ( "crop_page.pdf" ); Page page = pdfDocument . getPages...println ( page . getCropBox ()); System . out . println ( page . getTrimBox...

    products.aspose.com/pdf/fa/java/crop/
  6. Layout|Documentation

    Layout elements are used to arrange other elements and define the appearance and design of the OMR form....occupy the entire width of the page or the parent element . Layout...as a case-insensitive string. Page This element is used to break...

    docs.aspose.com/omr/net/json-markup/elements-la...
  7. Convertir una forma Visio a Svg|Documentation

    Esta sección explica cómo convertir una forma visio a svg con Aspose.Diagram....Get a particular page Page page = diagram . Pages [ 0 ]; // Get...particular shape Shape shape = page . Shapes [ 0 ]; SVGSaveOptions...

    docs.aspose.com/diagram/es/net/convert-a-visio-...
  8. Visio Şeklini Pdf'ye Dönüştür|Documentation

    Bu bölümde, visio şeklinin Aspose.Diagram ile pdf'ye nasıl dönüştürüleceği açıklanmaktadır....Get a particular page Page page = diagram . Pages [ 0 ]; // Get...particular shape Shape shape = page . Shapes [ 0 ]; // Shape to...

    docs.aspose.com/diagram/tr/net/convert-a-visio-...
  9. Converti una forma Visio in Svg|Documentation

    Questa sezione spiega come convertire una forma visio in svg con Aspose.Diagram....Get a particular page Page page = diagram . Pages [ 0 ]; // Get...particular shape Shape shape = page . Shapes [ 0 ]; SVGSaveOptions...

    docs.aspose.com/diagram/it/net/convert-a-visio-...
  10. Изменение размера страницы PDF программным спос...

    Измените размер страницы в вашем PDF файле с помощью библиотеки C++.... Класс Page содержит метод SetPageSize(…)...auto pdfPage = document -> get_Pages () -> idx_get ( 1 ); // Установить...

    docs.aspose.com/pdf/ru/cpp/change-page-size/