Sort Score
Result 10 results
Languages All
Labels All
Results 6,201 - 6,210 of 140,592 for

paged

(0.17 sec)
  1. C++ Split TXT

    Split TXT files into e pages using C++ code. Save TXT as separate files using C++....integrate the extracted TXT pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/cpp/split/txt/
  2. ThumbnailGeneratingOptions | Aspose.Words for Java

    Can be used to specify additional options when generating thumbnail for a document in Java....1 - Use the document's first page: doc.updateThumbnail(); doc...generate thumbnail from first page of the document or first image...

    reference.aspose.com/words/java/com.aspose.word...
  3. PDFページの移動|Aspose.PDF for Java

    Aspose.PDF for Javaを使用して、PDFファイルの希望する位置または末尾にページを移動してみてください。...dstDocument = new Document (); Page page = srcDocument . getPages ()...dstDocument . getPages (). add ( page ); // 出力ファイルを保存 dstDocument...

    docs.aspose.com/pdf/ja/java/move-pages/
  4. PDF スティッキー注釈を C++ で使用|Aspose.PDF for C++

    このトピックでは、スティッキー注釈について説明します。例として、テキスト内の透かし注釈を示します。ページ上にグラフィックを表すために使用されます。このタスクを解決するためのコードスニペットを確認してください。...pdf" ); auto page = document -> get_Pages () -> idx_get (...MakeObject < WatermarkAnnotation > ( page , MakeObject < Rectangle > (...

    docs.aspose.com/pdf/ja/cpp/sticky-annotations/
  5. إنشاء أو إضافة جدول في PDF باستخدام C#|Aspose.P...

    Aspose.PDF for .NET هي مكتبة تُستخدم لإنشاء وقراءة وتحرير جداول PDF. تحقق من الوظائف المتقدمة الأخرى في هذا الموضوع....object to first page of input document document . Pages [ 1 ]. Paragraphs...Document ()) { // Add page var page = document . Pages . Add (); // Initializes...

    docs.aspose.com/pdf/ar/net/add-table-in-existin...
  6. Работа с фигурами в PostScript | .NET

    Как добавить фигуры в файл PS — это вопрос, на который отвечает решение Aspose.Page API. Узнайте, как использовать эту функциональность в .NET....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/ru/net/ps/working-with-sha...
  7. Робота з фігурами в PostScript | .NET

    Як додати фігури до файлу PS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в .NET...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/uk/net/ps/working-with-sha...
  8. API chuyển đổi EPS sang GIF cho C# | .NET

    EPS sang GIF C#. Sử dụng mã ví dụ API để chuyển đổi hàng loạt tệp EPS sang GIF trong ứng dụng dựa trên .NET nào....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/vi/net/conversion/eps-...
  9. ページプロパティの操作|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...
  10. 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/