Sort Score
Result 10 results
Languages All
Labels All
Results 8,391 - 8,400 of 184,562 for

paged

(0.26 sec)
  1. Visualizzatore online di file AI | products.asp...

    Visualizza il file AI online con l'app integrata Aspose...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/it/view/ai/
  2. Chercher

    chercher...C# Conversion MPP en PDF à pages multiples en C# Convertir MPP...PDF); Conversion MPP en PDF à pages multiples en C# # Parfois, vous...

    blog.aspose.com/fr/tasks/convert-mpp-file-to-pd...
  3. Arsip

    Arsip...PageSize foreach (Page page in document.Pages) { page.Resize(PageSize...baru foreach (Page page in document.Pages) { page.SetPageSize(newWidth...

    blog.aspose.com/id/pdf/change-pdf-page-size-in-...
  4. ארכיון

    ארכיון...PageSize foreach (Page page in document.Pages) { page.Resize(PageSize...החדש foreach (Page page in document.Pages) { page.SetPageSize(newWidth...

    blog.aspose.com/he/pdf/change-pdf-page-size-in-...
  5. API di conversione da XPS a PDF | C++

    Conversione da XPS a PDF con Aspose.Page per la soluzione API C++. Funziona in ambiente C++ per Windows 32-bit, Windows 64-bit e Linux 64-bit....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/it/cpp/conversion/xps-...
  6. Aspose::Words::Fields::FieldToc::get_SequenceSe...

    Aspose::Words::Fields::FieldToc::get_SequenceSeparator method. Gets or sets the character sequence that is used to separate sequence numbers and page numbers in C++....separate sequence numbers and page numbers. System :: String Aspose...includes the SEQ field and the page's number that the field appears...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. SvgSaveOptions class | Aspose.Words for Python

    aspose.words.saving.SvgSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.SVG](../../aspose.words/saveformat/#SVG) format...from FixedPageSaveOptions ) page_saving_callback Allows to control...control how separate pages are saved when a document is exported...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Suporte para Imagens DICOM|Aspose.PDF for .NET

    Esta seção descreve como suportar 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-im...
  9. Convert PowerPoint Presentations in Handout Mod...

    Convert presentations to handouts in .NET. Set slides per page, keep notes, export to PDF or images with Aspose.Slides, with sample C# code. Try it free....multiple slides appear on a single page, making it useful for conferences...slides are placed on a single page and other display parameters...

    docs.aspose.com/slides/net/convert-powerpoint-i...
  10. PDF 파일에서 링크 추출|Aspose.PDF for C++

    C#으로 PDF에서 링크를 추출합니다. 이 주제는 AnnotationSelector 클래스를 사용하여 링크를 추출하는 방법을 설명합니다.... 링크를 추출하려는 Page 를 가져옵니다. 문서의 지정된 페이지에서 모든 LinkAnnotation...사용하십시오. AnnotationSelector 객체를 Page 객체의 Accept 메서드에 전달합니다. AnnotationSelector...

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