Sort Score
Result 10 results
Languages All
Labels All
Results 6,281 - 6,290 of 187,808 for

paged

(0.09 sec)
  1. Trabajar con texturas en PostScript | .NET

    Cómo agregar un patrón de textura a un archivo PS es una pregunta respondida por la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en .NET...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/es/net/ps/working-with-tex...
  2. Converter PostScript usando a API para Java

    A funcionalidade de conversão de PS para TIFF incluída na solução API Aspose.Page para Java é explicada e ilustrada com os excertos de código aqui....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/pt/java/convert-ps/
  3. Converti PostScript utilizzando l'API per Java

    La funzionalità di conversione da PS a TIFF inclusa nella soluzione API Aspose.Page per Java è spiegata e illustrata con frammenti di codice qui....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/it/java/convert-ps/
  4. FAQ|Aspose.PDF for Java

    Learn Frequently Asked Questions from Aspose.PDF for Java library....more details, please visit the page Supported File Formats How to...to Existing PDF File with the Page method link and you will see...

    docs.aspose.com/pdf/java/faq/
  5. Разделение PDF программно|Aspose.PDF for .NET

    Эта тема показывает, как разделить страницы PDF на отдельные файлы PDF в ваших .NET приложениях с помощью C#....и добавьте отдельный объект Page в пустой документ. Сохраните...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/ru/net/split-pdf-document/
  6. PageSetup.border_surrounds_header property | As...

    PageSetup.border_surrounds_header property. Specifies whether the page border includes or excludes the header....property Specifies whether the page border includes or excludes...how to apply a border to the page and header/footer. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Заменить текст в PDF|Aspose.PDF for .NET

    Узнайте больше о различных способах замены и удаления текста из библиотеки Aspose.PDF for .NET....absorber for all the pages document . Pages . Accept ( absorber...TextFragmentAbsorber (); // search text within page bound absorber . TextSearchOptions...

    docs.aspose.com/pdf/ru/net/replace-text-in-pdf/
  8. Интеграция таблицы с источниками данных PDF|Asp...

    В этой статье показано, как интегрировать таблицы PDF. Интеграция таблицы с базой данных и определение того, будет ли таблица разбиваться на текущей странице....Document ()) { // Add page var page = document . Pages . Add (); // Initializes...object to first page of input document page . Paragraphs . Add...

    docs.aspose.com/pdf/ru/net/integrate-table/
  9. Ajouter un objet Ellipse au fichier PDF|Aspose....

    Cet article explique comment créer un objet Ellipse dans votre PDF en utilisant Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/fr/net/add-ellipse/
  10. Utiliser Aspose.PDF for .NET avec Python|Aspose...

    Dans ce tutoriel, vous explorerez les différentes manières de créer et de modifier des fichiers PDF en Python....détaillée, veuillez suivre cette page class HelloWorld ( object ):...Document () # Add page page = document . Pages . Add () # Add text...

    docs.aspose.com/pdf/fr/net/python-net/