Sort Score
Result 10 results
Languages All
Labels All
Results 8,311 - 8,320 of 140,952 for

paged

(0.08 sec)
  1. Konwerter BMP na PDF przy użyciu C# | Aspose.PDF

    Przykładowy kod dla BMP do PDF C# konwersji. Użyj przykładowego kodu API dla plików wsadowych BMP do konwersji PDF w VB.NET, ASP.NET lub dowolnej aplikacji opartej na sieci...Document (); var page = pdfDocument . Pages . Add (); page . AddImage...AddImage ( imageFile , page . MediaBox ); pdfDocument . Save ( outputFile...

    products.aspose.com/pdf/pl/net/conversion/bmp-t...
  2. Imprimir y vista previa de libro de trabajo|Doc...

    Aspose.Cells para Python via .NET soporta impresión y vista previa de archivos de Excel sin necesidad de tener instalado Microsoft Excel.... ofrece un método evaluated_page_count que devuelve el número...SheetPrintingPreview.evaluated_page_count que devuelve el número...

    docs.aspose.com/cells/es/python-net/workbook-an...
  3. How to add Text Annotation using .NET | Aspose.PDF

    Source code on C# to add Text annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....Document class Create a new page or get a reference to an existing...Add for Text annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/net/annotation/text/add/
  4. XPS to TXT Converter using C++ | Aspose.PDF

    Sample code for XPS to TXT conversion using C++. Use C++ example for batch XPS to TXT conversion....formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/cpp/conversion/xps-to-txt/
  5. How to Redact PDF | Aspose.PDF

    Do you know how easily to find and replace text in PDF via Python? Find and Replace Text in PDF files with high quality Python via .NET PDF library....through all the PDF pages using doc.pages.accept(text_absorber)...) # Search text document . pages . accept ( txtAbsorber ) # Get...

    products.aspose.com/pdf/tutorial/redact-pdf/
  6. PDF to GIF Converter using C++ | Aspose.PDF

    Sample code for PDF to GIF conversion using C++. Use C++ example for batch PDF to GIF conversion....formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/cpp/conversion/pdf-to-gif/
  7. MHT to TXT Converter using C++ | Aspose.PDF

    Sample code for MHT to TXT conversion using C++. Use C++ example for batch MHT to TXT conversion....formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/cpp/conversion/mht-to-txt/
  8. معاينة دفتر العمل باستخدام Node.js عبر C++|Docu...

    يدعم Aspose.Cells الطباعة والمعاينة المسبقة لملفات Excel بدون تثبيت Microsoft Excel باستخدام Node.js عبر C++.... log ( "Workbook page count: " + preview . getEvaluatedPageCoun...); console . log ( "Worksheet page count: " + preview2 . getEvaluatedPageCoun...

    docs.aspose.com/cells/ar/nodejs-cpp/workbook-an...
  9. Dividi file PDF, HTML, TXT usando PHP | Aspose.PDF

    PHP codice di esempio per dividere file su qualsiasi piattaforma....all the pages foreach ( $document -> getPages () as $page ) { $newDocument...add ( $page ); $newDocument -> save ( $outputFile . "page_" . $pageCount...

    products.aspose.com/pdf/it/php-java/splitter/
  10. Aspose.PDF С++ 예제|Aspose.PDF for C++

    이 페이지는 간단한 프로그래밍으로 텍스트 - Hello World를 포함하는 PDF 문서를 만드는 방법을 보여줍니다.... 문서 객체에 Page 를 추가합니다. 이제 문서에 한 페이지가 있습니다...Document > (); auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/ko/cpp/hello-world-example/