Página 2 de 2 PrimerPrimer 1 2
Resultados 11 al 15 de 15

Tema: FoxitReader

  1. #11
      Administrador
    Avatar de Kuk

    Registrado
    enero de 2015
    Ubicación
    Madrid
    Edad
    39
    Mensajes
    2,286
    Última visita
    Ayer a las 18:48

    Agradecimientos
     
    Recibidos
    1,036
    Enviados
    888

    Citaciones y menciones
     
    Mentioned
    102 Post(s)
    Tagged
    0 Thread(s)
    Quoted
    31 Post(s)
    Poder de Reputación
    10

    Predeterminado

    @Joseg, el OCX de Foxit ¿no permite imprimir?

    0 Not allowed!
    ¿Te han ayudado? NO TE OLVIDES de darle al botón
    ¿Quieres dirigirte a alguien en tu post? Notifícale con una mención, tienes 2 opciones:
    1. Haciendo clic en el icono al lado de su nick
    2. Haciendo clic en el botón en el editor y escribiendo su nick.

  2. #12
      Gran amigo y Guru de COBOL
    Avatar de Rapinto

    Registrado
    febrero de 2015
    Ubicación
    Porto
    Mensajes
    246
    Última visita
    29.01.2018

    Agradecimientos
     
    Recibidos
    227
    Enviados
    19

    Citaciones y menciones
     
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quoted
    0 Post(s)
    Poder de Reputación
    19
    Activista del Foro / Point Value: 0 Agradecimientos / Point Value: 0 Guru de los Gurus / Point Value: 0

    Predeterminado

    Joseg,
    Utilizei durante algum tempo o OCX "axpdfvw.ocx" da Sky Sof.
    Permitia ver o pdf e imprimir, etc.

    Não sei se ainda andará por aí.
    Se não encontrar diga-me que eu envio.
    Um abraço,
    Rui Pinto

    ---------- Post añadido : 23:08 ---------- Post anterior : 19:44 ----------

    Joseg,

    Encontrei a o código para usar o OCX do Post anterior.
    COBOL Código:
    1.  ENVIRONMENT     DIVISION.
    2.  DATA            DIVISION.
    3.  WORKING-STORAGE SECTION.
    4.  01  STARTPAGE            PIC S9(009)     COMP-5    VALUE 1.
    5.  01  ENDPAGE              PIC S9(009)     COMP-5    VALUE 0.
    6.  01  PAGESCALING          PIC S9(009)     COMP-5    VALUE 0.
    7.  01  AUTOROTATE           PIC S9(009)     COMP-5    VALUE 0.
    8.  01  STRTITLE             PIC X(128)      VALUE "PDF".
    9.  01  STRPRINTER           PIC X(256).
    10.  01  RETURNVALUE          PIC S9(009)     COMP-5.
    11.  PROCEDURE       DIVISION.
    12.     MOVE "Text" OF CMDAPAG TO STARTPAGE.
    13.     MOVE "Text" OF CMAPAG  TO ENDPAGE.
    14.     INVOKE CMPRINT1 "SetPrinter" RETURNING ReturnValue.
    15.     MOVE "PrinterName" OF CMPRINT1 TO STRPRINTER.
    16.      INVOKE PDFVIEWER1 "PrintPDF" USING strPrinter StartPage EndPage PageScaling AutoRotate strTitle RETURNING ReturnValue.

    Não sei se ajuda.
    Um abraço,
    Rui Pinto

    0 Not allowed!

  3. #13
      Senior
    Avatar de Joseg

    Registrado
    abril de 2015
    Mensajes
    331
    Última visita
    02.04.2024

    Agradecimientos
     
    Recibidos
    147
    Enviados
    92

    Citaciones y menciones
     
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    Quoted
    4 Post(s)
    Poder de Reputación
    21
    Activista del Foro / Point Value: 0 Innovación / Point Value: 0

    Predeterminado

    Cita Iniciado por Rapinto Ver Mensaje
    Joseg,
    Utilizei durante algum tempo o OCX "axpdfvw.ocx" da Sky Sof.
    Permitia ver o pdf e imprimir, etc.

    Não sei se ainda andará por aí.
    Se não encontrar diga-me que eu envio.
    Um abraço,
    Rui Pinto

    ---------- Post añadido : 23:08 ---------- Post anterior : 19:44 ----------

    Joseg,

    Encontrei a o código para usar o OCX do Post anterior.
    COBOL Código:
    1.  ENVIRONMENT     DIVISION.
    2.  DATA            DIVISION.
    3.  WORKING-STORAGE SECTION.
    4.  01  STARTPAGE            PIC S9(009)     COMP-5    VALUE 1.
    5.  01  ENDPAGE              PIC S9(009)     COMP-5    VALUE 0.
    6.  01  PAGESCALING          PIC S9(009)     COMP-5    VALUE 0.
    7.  01  AUTOROTATE           PIC S9(009)     COMP-5    VALUE 0.
    8.  01  STRTITLE             PIC X(128)      VALUE "PDF".
    9.  01  STRPRINTER           PIC X(256).
    10.  01  RETURNVALUE          PIC S9(009)     COMP-5.
    11.  PROCEDURE       DIVISION.
    12.     MOVE "Text" OF CMDAPAG TO STARTPAGE.
    13.     MOVE "Text" OF CMAPAG  TO ENDPAGE.
    14.     INVOKE CMPRINT1 "SetPrinter" RETURNING ReturnValue.
    15.     MOVE "PrinterName" OF CMPRINT1 TO STRPRINTER.
    16.      INVOKE PDFVIEWER1 "PrintPDF" USING strPrinter StartPage EndPage PageScaling AutoRotate strTitle RETURNING ReturnValue.

    Não sei se ajuda.
    Um abraço,
    Rui Pinto

    Fiz o download aqui: http://www.getfilez.com/axpdfvw.zip

    mas parece que não é free.

    0 Not allowed!

  4. #14
      Senior
    G

    Registrado
    febrero de 2015
    Ubicación
    Quilmes, Buenos Aires
    Edad
    69
    Mensajes
    211
    Última visita
    Ayer a las 14:16

    Agradecimientos
     
    Recibidos
    136
    Enviados
    98

    Citaciones y menciones
     
    Mentioned
    20 Post(s)
    Tagged
    0 Thread(s)
    Quoted
    3 Post(s)
    Poder de Reputación
    21
    Concurso: Segundo puesto / Point Value: 0 Activista del Foro / Point Value: 0

    Predeterminado

    @Softdac, Para hacerlo mas fácil conviene instalar PDFCreator y asunto resuelto.
    Es gratis, no hay que hacer nada con el programa, y ademas sirve para cualquier aplicación (Excel, Word, o lo que sea), ya que simula ser una impresora.

    0 Not allowed!

  5. #15
      Gran amigo y Guru de COBOL
    Avatar de Rapinto

    Registrado
    febrero de 2015
    Ubicación
    Porto
    Mensajes
    246
    Última visita
    29.01.2018

    Agradecimientos
     
    Recibidos
    227
    Enviados
    19

    Citaciones y menciones
     
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quoted
    0 Post(s)
    Poder de Reputación
    19
    Activista del Foro / Point Value: 0 Agradecimientos / Point Value: 0 Guru de los Gurus / Point Value: 0

    Predeterminado

    Joseg,

    A versão que eu tenho é 2.0 e tive o cuidado de ver se era gratuito.
    Este download é da versão 3.

    mas vi isto no Site deles:

    PDF Builder is a FREE tool for creating PDF files from a variety of file types. With PDF Builder you can easily create PDF files from many different file types including text files, XLS, XLSX, DOC, DOCX, PPT, PPTX, PPS, PPSX, JPG, GIF, BMP, TIF, MDB, VSD, VSDX, etc.
    Penso que obtive o ocx numa das ferramentas gratuitas que incluia o ocx.

    Um abraço,
    Rui Pinto

    0 Not allowed!

Página 2 de 2 PrimerPrimer 1 2

Información de Tema

Usuarios Viendo este Tema

Actualmente hay 1 usuarios viendo este tema. (0 miembros y 1 visitantes)

Etiquetas para este Tema

Marcadores

Marcadores

Permisos de Publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •