Sort Score
Result 10 results
Languages All
Labels All
Results 7,851 - 7,860 of 155,981 for

paged

(0.34 sec)
  1. ארכיון

    ארכיון...pages. בכל איטרציה יש לעדכן את הגובה...Document("input.pdf") for page in doc.pages: # שנה את הכיוון של כל...

    blog.aspose.com/he/pdf/rotate-pdf-in-python/
  2. Working with Fonts | .NET API Solution

    Aspose.Page for .NET offers conversion of fonts of Type1 and Type3 to TrueType. See code examples here....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/net/working-with-fonts/
  3. FieldNumWords Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNumWords class for easy word count management in documents. Enhance your text processing with this powerful feature!...NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...Use both PAGE and NUMPAGES fields to display what page the field...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Kommentare zu Zeichnungen in Visio hinzufügen|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....diagram: Page mypage = Application . ActiveDocument . Pages [ 1 ];...AddComment-Methode, die von der Page-Klasse verfügbar gemacht wird...

    docs.aspose.com/diagram/de/net/add-comments-to-...
  5. Añadir comentarios a dibujos en Visio|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....diagram: Page mypage = Application . ActiveDocument . Pages [ 1 ];...AddComment, expuesto por la clase Page, le permite agregar comentarios...

    docs.aspose.com/diagram/es/net/add-comments-to-...
  6. Créer un document PDF|Aspose.PDF pour PHP via Java

    Apprenez à créer un fichier PDF dans Aspose.PDF pour PHP via Java....un objet Document Ajouter une Page à l’objet document Créez un...la collection Paragraph de la page Enregistrez le document PDF...

    docs.aspose.com/pdf/fr/php-java/create-document/
  7. Delete Images from PDF File using C++|Aspose.PD...

    This section explain how to delete Images from PDF File using Aspose.PDF for C++.... Get the Page that holds the image from the...the Document object’s Pages collection . Images are held in the...

    docs.aspose.com/pdf/cpp/delete-images-from-pdf-...
  8. Crear Documento PDF|Aspose.PDF para Java

    Aprende cómo crear un archivo PDF en Aspose.PDF para Java....objeto Document Agregar una Page al objeto documento Crear un...Document (); //Agregar página Page page = document . getPages ()....

    docs.aspose.com/pdf/es/java/create-document/
  9. SplitterContext.SplitOptions | Aspose.Words لـ ...

    اكتشف كيفية تحسين إدارة المستندات باستخدام خاصية SplitOptions في SplitterContext لتقسيم المحتوى بكفاءة ومرونة. حسّن سير عملك اليوم.... Page ; Splitter . Create ( splitterContext...SplitCriteria . Page ; List < Stream > pages = new List < Stream...

    reference.aspose.com/words/ar/net/aspose.words....
  10. Añadir Texto a PDF usando C++|Aspose.PDF para C++

    Este artículo describe varios aspectos del trabajo con texto en Aspose.PDF. Aprenda cómo añadir texto a PDF, añadir fragmentos HTML o usar fuentes OTF personalizadas....auto pdfPage = document -> get_Pages () -> idx_get ( 1 ); // crear...TextBuilder > ( document -> get_Pages () -> idx_get ( 1 )); // Crear...

    docs.aspose.com/pdf/es/cpp/add-text-to-pdf-file/