Aspose::Pdf::Facades::PdfFileEditor::Append method

PdfFileEditor::Append(const System::SharedPtr<System::IO::Stream>&, const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&, int32_t, int32_t, const System::SharedPtr<System::IO::Stream>&) method

Añade páginas, que se eligen de una matriz de documentos en portStreams. El documento resultante incluye firstInputFile y todas las páginas de los documentos de portStreams en el rango startPage a endPage.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::SharedPtr<System::IO::Stream> &inputStream, const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &portStreams, int32_t startPage, int32_t endPage, const System::SharedPtr<System::IO::Stream> &outputStream)
ParámetroTipoDescripción
inputStreamconst System::SharedPtr<System::IO::Stream>&Entrada Pdf flujo.
portStreamsconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&Documentos de los que copiar páginas.
startPageint32_tPage comienza en documentos portStreams.
endPageint32_tPage termina en documentos portStreams.
outputStreamconst System::SharedPtr<System::IO::Stream>&Salida Pdf flujo.

ReturnValue

True para éxito, o false.

Ver también

PdfFileEditor::Append(const System::SharedPtr<System::IO::Stream>&, const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&, int32_t, int32_t, const System::SharedPtr<System::Web::HttpResponse>&) method

Añade documentos al documento fuente y guarda el resultado en el objeto response.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::SharedPtr<System::IO::Stream> &inputStream, const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &portStreams, int32_t startPage, int32_t endPage, const System::SharedPtr<System::Web::HttpResponse> &response)
ParámetroTipoDescripción
inputStreamconst System::SharedPtr<System::IO::Stream>&Flujo que contiene el documento fuente.
portStreamsconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&Matriz de flujos con documentos que se agregarán.
startPageint32_tPágina de inicio de la página agregada.
endPageint32_tPágina final de las páginas añadidas.
responseconst System::SharedPtr<System::Web::HttpResponse>&Objeto de respuesta donde se guardará el documento.

ReturnValue

true si la operación fue exitosa.

Ver también

PdfFileEditor::Append(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t, const System::SharedPtr<System::IO::Stream>&) method

Añade páginas, que se eligen de portStream dentro del rango de startPage a endPage, en portStream al final de firstInputStream.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::SharedPtr<System::IO::Stream> &inputStream, const System::SharedPtr<System::IO::Stream> &portStream, int32_t startPage, int32_t endPage, const System::SharedPtr<System::IO::Stream> &outputStream)
ParámetroTipoDescripción
inputStreamconst System::SharedPtr<System::IO::Stream>&Flujo de archivo de entrada.
portStreamconst System::SharedPtr<System::IO::Stream>&Páginas del flujo de archivo Pdf.
startPageint32_tPage comienza en el flujo portFile.
endPageint32_tPage termina en el flujo portFile.
outputStreamconst System::SharedPtr<System::IO::Stream>&Flujo de archivo de salida Pdf.

ReturnValue

True para éxito, o false.

Ver también

PdfFileEditor::Append(const System::String&, const System::ArrayPtr<System::String>&, int32_t, int32_t, const System::SharedPtr<System::Web::HttpResponse>&) method

Añade documentos al documento fuente y guarda el resultado en el objeto HttpResponse.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::String &inputFile, const System::ArrayPtr<System::String> &portFiles, int32_t startPage, int32_t endPage, const System::SharedPtr<System::Web::HttpResponse> &response)
ParámetroTipoDescripción
inputFileconst System::String&Nombre del archivo que contiene el documento fuente.
portFilesconst System::ArrayPtr<System::String>&Matriz de nombres de archivo que contienen documentos añadidos.
startPageint32_tPágina inicial de las páginas añadidas.
endPageint32_tPágina final de las páginas añadidas.
responseconst System::SharedPtr<System::Web::HttpResponse>&Objeto de respuesta donde se guardará el documento.

ReturnValue

verdadero si la operación se completó con éxito.

Ver también

PdfFileEditor::Append(const System::String&, const System::ArrayPtr<System::String>&, int32_t, int32_t, const System::String&) method

Añade páginas, que se eligen de los documentos portFiles. El documento resultante incluye firstInputFile y todas las páginas de los documentos portFiles en el rango startPage a endPage.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::String &inputFile, const System::ArrayPtr<System::String> &portFiles, int32_t startPage, int32_t endPage, const System::String &outputFile)
ParámetroTipoDescripción
inputFileconst System::String&Archivo Pdf de entrada.
portFilesconst System::ArrayPtr<System::String>&Documentos de los que copiar páginas.
startPageint32_tPage comienza en los documentos portFiles.
endPageint32_tPage termina en los documentos portFiles.
outputFileconst System::String&Documento de salida Pdf.

ReturnValue

Verdadero si la operación se completó con éxito.

Ver también

PdfFileEditor::Append(const System::String&, const System::String&, int32_t, int32_t, const System::String&) method

Añade páginas, que se eligen de portFile dentro del rango de startPage a endPage, en portFile al final de firstInputFile.

bool Aspose::Pdf::Facades::PdfFileEditor::Append(const System::String &inputFile, const System::String &portFile, int32_t startPage, int32_t endPage, const System::String &outputFile)
ParámetroTipoDescripción
inputFileconst System::String&Archivo Pdf de entrada.
portFileconst System::String&Páginas del archivo Pdf.
startPageint32_tPage comienza en portFile.
endPageint32_tPage termina en portFile.
outputFileconst System::String&Documento de salida Pdf.

ReturnValue

Verdadero si la operación se completó con éxito.

Ver también