Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 72,562 for

ios

(0.35 sec)
  1. Abrir Documento PDF usando C++|Aspose.PDF for C++

    Use a biblioteca C++ para abrir seu documento PDF com o próximo trecho de código da Aspose.PDF....System :: SharedPtr < System :: IO :: MemoryStream > stream ; auto...MakeObject < Document > ( System :: IO :: File :: OpenRead ( fileName...

    docs.aspose.com/pdf/pt/cpp/open-pdf-document/
  2. Aspose::Words::LowCode::Merger class | Aspose.W...

    Aspose::Words::LowCode::Merger class. Represents a group of methods intended to merge a variety of different types of documents into a single output document in C++....(const System::SharedPtr<System::IO::Stream>&) Specifies input document...(const System::SharedPtr<System::IO::Stream>&, const System::Sha...

    reference.aspose.com/words/cpp/aspose.words.low...
  3. Användning av Aspose.Cells för Python via .NET ...

    Användning av Aspose.Cells för Python via .NET som en Pandas Excel motor....adapter Create a new file: pandas/io/excel/_asposecells.py Add the...the following content: # pandas/io/excel/_asposecells.py import...

    docs.aspose.com/cells/sv/python-net/using-aspos...
  4. Ridimensiona EPS | Soluzione API .NET

    La funzionalità di ridimensionamento EPS offerta dalla soluzione API Aspose.Page per .NET è spiegata e illustrata con frammenti di codice qui.... IO . FileStream (dataDir + "input.eps" , System. IO . FileMode...FileMode . Open , System. IO . FileAccess . Read )) 8 { 9 //Initialize...

    docs.aspose.com/page/it/net/resize-eps/
  5. EPS-Größe ändern | C++-API-Lösung

    Die von der Aspose.Page-API-Lösung für C++ angebotene EPS-Größenänderungsfunktion wird hier mit den Codeausschnitten erläutert und veranschaulicht....8 System::SharedPtr < System::IO::Stream > inputEpsStream = System::MakeObject...System::IO::FileStream > (dataDir + u "input.eps" , System::IO::FileMode::Open...

    docs.aspose.com/page/de/cpp/resize-eps/
  6. Archiwa

    Archiwa...IO.FileStream("Sample.eps", System.IO.FileMode.Create...Create, System.IO.FileAccess.Read)) { // utwórz strumień dla wyjściowego...

    blog.aspose.com/pl/page/convert-eps-ps-postscri...
  7. Aspose removing strikethrough Text after textfr...

    Hi there, I am using Aspose PDF 23.1.1 .Net version. I am using textfragmentabsorber search options and hyperlinking the text to a file or a page. I have some text with strikethroughs, which are also found through textfr…...String, errorlog As String) Try If IO.Directory.Exists(TextBox2.Text...+ "\Documents") = False Then IO.Directory.CreateDirectory(TextBox2...

    forum.aspose.com/t/aspose-removing-strikethroug...
  8. Metadati XMP | API per codificare EPS | .NET

    API .NET per lavorare con file EPS. Ricca funzionalità per codificare metadati XMP di file EPS. Esempi C# su come aggiungerlo, modificarlo e ottenerlo....IO.FileStream psStream = new System.IO.FileStream(dataDir..."add_input.eps" , System.IO.FileMode.Open, System.IO.FileAccess.Read);...

    products.aspose.com/page/it/net/xmp-metadata/
  9. Archivio

    Archivio...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File("input_image1.jpg")); // Aggiungi un'immagine...

    blog.aspose.com/it/pdf/add-extract-remove-repla...
  10. Hợp nhất XPS sang XPS, XPS sang PDF | .NET

    .NET API Giải pháp hợp nhất các tệp XPS trong một vài dòng mã. Lưu kết quả kết hợp dưới dạng tệp XPS hoặc PDF. Ví dụ mã C# về chức năng hợp nhất....IO.Stream pdfStream = System.IO.File.Open(dataDir...pdf" , System.IO.FileMode.OpenOrCreate, System.IO.FileAccess.Write))...

    products.aspose.com/page/vi/net/merge-xps-files/