Sort Score
Result 10 results
Languages All
Labels All
Results 8,011 - 8,020 of 190,038 for

paged

(1.02 sec)
  1. How to Set Print Area|Documentation

    This article shows code explaining how to set the print area using the Aspose.Cells library....the printed pages, avoiding splits or unwanted page breaks. Save...area. Open the Page Layout Tab: Go to the Page Layout tab in the...

    docs.aspose.com/cells/net/how-to-set-print-area/
  2. Formatting PDF Document|Aspose.PDF pour Java

    Formatez le document PDF avec Aspose.PDF pour Java. Utilisez le prochain extrait de code pour résoudre vos tâches....document et de l’affichage de la page Ce sujet vous aide à comprendre...visionnage, et comment les pages sont affichées. Pour définir...

    docs.aspose.com/pdf/fr/java/formatting-pdf-docu...
  3. Configurar encabezados y pies de página diferen...

    Este artículo proporciona código de ejemplo que muestra cómo configurar programáticamente varios encabezados y pies de página en la configuración de página de la hoja de trabajo de Excel usando la biblioteca y API de C++. Puedes establecer los encabezados y pies de página para la primera página, páginas impares y páginas pares....// Get the first worksheet's page setup PageSetup pageSetup =...different headers for odd and even pages pageSetup . SetIsHFDiffOddEven...

    docs.aspose.com/cells/es/cpp/setting-different-...
  4. Finding character bounding boxes|Documentation

    Character-by-character recognition and automatic detection of character bounding boxes inside images....image on the page. When working with single-page images, this...always 0. Page int Page number. When working with single-page images...

    docs.aspose.com/ocr/java/image-regions-characte...
  5. Suporte para Imagens DICOM|Aspose.PDF for .NET

    Esta seção descreve como oferecer suporte para imagens DICOM em arquivos PDF usando a biblioteca C#....Document ()) { // Add page var page = document . Pages . Add (); // Create...// Add image to the first page page . Paragraphs . Add ( image...

    docs.aspose.com/pdf/pt/net/support-for-dicom-ma...
  6. Best practice to handle document - Free Support...

    We are hosting our aspose app as a microservice. What is the best approach to send the doc to the service. As a doc file or base 64. Is there a difference in using either approaches in terms of bandwidth usage and handl…...identify if there are any blank pages in the doc and insert a text...approaches. Detecting blank pages and inserting a placeholder...

    forum.aspose.com/t/best-practice-to-handle-docu...
  7. 将连接点添加到形状|Documentation

    本节介绍如何将连接点添加到具有 Aspose.Diagram 的 visio 形状。...particular page Page page = diagram . Pages . GetPage ( "Page-3" );...type shape by id Shape shape = page . Shapes . GetShape ( 18 );...

    docs.aspose.com/diagram/zh/net/add-connection-p...
  8. Genel API Aspose.Diagram 16.12.0'daki değişikli...

    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....); // get page by name Aspose . Diagram . Page page = diagram...diagram . Pages . GetPage ( "Page-1" ); // get shape by ID Aspose ....

    docs.aspose.com/diagram/tr/net/public-api-chang...
  9. Tworzenie pliku PDF przy użyciu C++ | Aspose.PDF

    W tym temacie przedstawiono, jak używać interfejsu API Aspose.PDF for C++ do łatwego generowania i odczytywania plików PDF w aplikacjach C++....Dodaj stronę za pomocą metody Pages.add (). Utwórz nowy obiekt TextFragment...(); // Add page auto page = document -> get_Pages () -> Add ();...

    products.aspose.com/pdf/pl/cpp/create/
  10. Ekstrak Tautan dari File PDF|Aspose.PDF untuk C++

    Ekstrak tautan dari PDF dengan C#. Topik ini menjelaskan bagaimana cara mengekstrak tautan menggunakan kelas AnnotationSelector.... Dapatkan Page yang ingin Anda ekstrak tautannya...ke metode Accept dari objek Page. 1. Dapatkan semua anotasi tautan...

    docs.aspose.com/pdf/id/cpp/extract-links/