Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 141,955 for

paged

(0.24 sec)
  1. ページプロパティの操作|Aspose.PDF for .NET

    このセクションでは、PdfPageEditorクラスを使用してAspose.PDFファサードでページプロパティを操作する方法を説明します。...pdf" ); // Get page properties and print them to...console Console . WriteLine ( $"Page 1 Rotation: {pageEditor.GetPageRotation(1)}"...

    docs.aspose.com/pdf/ja/net/manipulate-page-prop...
  2. Comment créer un PDF en utilisant C#|Aspose.PDF...

    Créer et formater le document PDF avec Aspose.PDF for .NET....Ajoutez un objet Page à la collection Pages de l’objet Document...collection Paragraphs de la page. Enregistrez le document PDF...

    docs.aspose.com/pdf/fr/net/create-pdf-document/
  3. FieldIndex class | Aspose.Words for Python

    aspose.words.fields.FieldIndex class. Implements the INDEX field...(Inherited from Field ) has_page_number_separator Gets a value...value indicating whether a page number separator is overridden through...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PDF 高亮注释使用 Python|Aspose.PDF for Python via .NET

    标记注释以高亮、下划线、删除线或锯齿下划线的形式呈现在文档的文本中。... pages [ 1 ], ap . Rectangle ( 300... 770 , True ) ) document . pages [ 1 ] . annotations . append...

    docs.aspose.com/pdf/zh/python-net/highlights-an...
  5. PDF को Python में संपीड़ित करें

    गुणवत्ता खोए बिना PDF को Python में संपीड़ित करें। PDF सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...pdf" , 'rb' ) as pdf_stream: pages_stream = renderer.save_pdf_...DocumentBuilder() for i in range ( 0 , len (pages_stream)): # वर्तमान पृष्ठ छवि...

    products.aspose.com/words/hi/python-net/compres...
  6. PageSetup.pageWidth property | Aspose.Words for...

    PageSetup.pageWidth property. Returns or sets the width of the page in points....Returns or sets the width of the page in points. get pageWidth ()...it will be visible on every page. builder . moveToHeaderFooter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Mover Páginas de PDF|Aspose.PDF para PHP via Java

    Tente mover páginas para a localização desejada ou para o final de um arquivo PDF usando Aspose.PDF para PHP via Java....new Document ( $outputFile ); $page = $document -> getPages () ->...$dstDocument -> getPages () -> add ( $page ); // Salvar arquivo de saída...

    docs.aspose.com/pdf/pt/php-java/move-pages/
  8. PDF Merging | Aspose.PDF

    Merging PDF documents with free cross-platform Apps and High Code APIs for any platform....pdf" ); // Add pages of second document to the first...first document1 . Pages . Add ( document2 . Pages ); document . Save...

    products.aspose.com/pdf/merger/
  9. PCL do PDF Scalanie przy użyciu C++ | Aspose.PDF

    Połącz dwa lub więcej dokumentów PCL w jeden plik PDF programowo z przykładowym kodem C++ przy użyciu pliku Aspose.PDF dla C++...pcl" , opt1 ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/pl/cpp/merger/pcl-to-pdf/
  10. Dodawanie, wyodrębnianie lub usuwanie obrazów w...

    Programowe manipulowanie obrazami w formacie PDF za pomocą przykładowego kodu C++ przy użyciu pliku Aspose.PDF dla C++...upperRightY = 800 ; auto page = document -> get_Pages () -> idx_get (...( _dataDir + u "logo.png" ); page -> get_Resources () -> get_Images...

    products.aspose.com/pdf/pl/cpp/images/