Sort Score
Result 10 results
Languages All
Labels All
Results 5,371 - 5,380 of 143,340 for

paged

(0.08 sec)
  1. XPS 到 PNG 使用 Python 的转换器 | Aspose.PDF

    XPS 到 PNG 轉換的 Python 示例代碼片段。 檢查使用 Python 和 .NET 將 XPS 批量轉換為 PNG 的示例代碼...在写入模式下,在指定的输出路径(例如 path_outfile + str (page_count) + ‘_out.png’)处打开一个新的文件流,该文件流将用于存储生成的...resolution ) page_count = 1 pages_count = len ( document . pages ) if...

    products.aspose.com/pdf/zh-hant/python-net/conv...
  2. C# Split TXT

    Split TXT files into e pages using C# code. Save TXT as separate files using C#....integrate the extracted TXT pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/net/split/txt/
  3. C++ Split DOCX

    Split DOCX files into e pages using C++ code. Save DOCX as separate files using C++....integrate the extracted DOCX pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/cpp/split/docx/
  4. C# Split DOCX

    Split DOCX files into e pages using C# code. Save DOCX as separate files using C#....integrate the extracted DOCX pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/net/split/docx/
  5. Actualizar Enlaces en PDF|Aspose.PDF para Java

    Actualizar enlaces en PDF programáticamente. Esta guía trata sobre cómo actualizar enlaces en PDF en lenguaje Java....pdf" ); Page page = document . getPages ()....linkAnnot = ( LinkAnnotation ) page . getAnnotations (). get_Item...

    docs.aspose.com/pdf/es/java/update-links/
  6. Aspose::Words::Saving::TxtExportHeadersFootersM...

    Aspose::Words::Saving::TxtExportHeadersFootersMode enum. Specifies the way headers and footers are exported to plain text format in C++...."Primary footer" ); // Insert pages to display these headers and...doc ); builder -> Writeln ( u "Page 1" ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose::Words::Saving::TxtSaveOptionsBase::get_...

    Aspose::Words::Saving::TxtSaveOptionsBase::get_ExportHeadersFootersMode method. Specifies the way headers and footers are exported to the text formats. Default value is PrimaryOnly in C++...."Primary footer" ); // Insert pages to display these headers and...doc ); builder -> Writeln ( u "Page 1" ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. FieldToc.use_paragraph_outline_level property |...

    FieldToc.use_paragraph_outline_level property. Gets or sets whether to use the applied paragraph outline level....style to the left, # and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PDF do EPUB Scalanie przy użyciu C++ | Aspose.PDF

    Połącz dwa lub więcej dokumentów PDF w jeden plik EPUB programowo z przykładowym kodem C++ przy użyciu pliku Aspose.PDF dla C++...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/pl/cpp/merger/pdf-to-epub/
  10. XPS do PDF Scalanie przy użyciu C++ | Aspose.PDF

    Połącz dwa lub więcej dokumentów XPS w jeden plik PDF programowo z przykładowym kodem C++ przy użyciu pliku Aspose.PDF dla C++...XpsLoadOptions > ()); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/pl/cpp/merger/xps-to-pdf/