¿En qué podemos ayudarte?
-
Instalación
-
FAQs
-
- Instalación SQL Server Express
- Instalación LocalDB
- Instancias de SQL Server: ¿qué son y para qué sirven?
- Cómo cambiar el modo de autenticación del servidor
- Iniciar el Servicio de SQL Server
- Apertura de puertos de SQL Server
-
- Las base de datos como sólo lectura
- Se produjo un error 1069 al iniciar el servicio
- Error 0x876E0003
- Error de sistema operativo 3 (El sistema no puede hallar la ruta especificada.)
- Error de sistema operativo 5 (Acceso denegado)
- Error de sistema operativo 32 (El proceso no tiene acceso al archivo porque está siendo utilizado por otro proceso.)
-
-
- Formularios de documentos en tablas
- Creación de parámetros en informes de Crystal Report
- Cómo generar códigos de barras Code 39 en Crystal Report
- Cómo generar códigos de barras EAN13 en Crystal Report
- Cómo generar códigos de barras EAN128 en Crystal Report
- Conocer la cantidad de decimales en Crystal Report
- Convertir importes a letras en Crystal Report
- Convertir a color un valor hexadecimal en Crystal Report
- Aliquo Report UFL
-
-
-
Integración
-
- API references
- AddData (method)
- AddLinesInNote (method)
- AddManufacturingLogisticInComponent (method)
- AddManufacturingLogisticInOrder (method)
- AddNotification (method)
- CreatePDF (method)
- CreatePDFReport (method)
- CreatePurchaseInvoice (method)
- CreateSalesInvoice (method)
- DeleteData (method)
- DeleteDocument (method)
- DeleteWorkOrder (method)
- DeliverOrder (method)
- DocumentToInvoice (method)
- FileInfo (class)
- GetAccountAccess (method)
- GetData (method)
- GetDataTable (method)
- GetDocument (method)
- GetEnvironmentParameters (method)
- GetFile (method)
- GetFile (method)
- GetNote (method)
- GetParameter (method)
- GetQuery (method)
- GetRatesQueries (method)
- GetRatesQuery (method)
- GetToken (method)
- GetWorkOrder (method)
- HideStyle (enum)
- InfoProduct (class)
- InvoiceSendByEmail (method)
- Line (class)
- LineType (enum)
- LockRow (method)
- Note (class)
- NotePayment (class)
- NoteStatus (enum)
- NoteType (enum)
- Notification (class)
- PasswordChange (method)
- PasswordRegenerate (method)
- PurchaseInvoice (class)
- RateQuery (class)
- RegisterTableFile (method)
- ReleaseToken (method)
- SalesInvoice (class)
- SetDocument (method)
- SetNote (method)
- SetWorkOrder (method)
- StateRowLock (class)
- StateRowLock (method)
- TableFileProperties (class)
- TaxRetentionCalculationType (enum)
- TransferToPortfolio (method)
- Type (enum)
- UnlockRow (method).
- UpdateData (method)
- UpdateDataConditioned (method)
- UploadFile (method)
- ConvertPotentialToCustomer (method)
- CloseNote (method)
- Mostrar todos los artículos ( 48 ) Contraer artículos
-
< Todos los temas
Imprimir
CreatePDF (method)
Generates, at the moment, an export of any print form that is registered in the «Formularios» table.
Comments
For example: if you want to export an invoice, you must indicate the Id of the print form registered in the «Formularios» table, in this case the register 11, and then you have to indicate the invoice registration, table «Facturas_Clientes», in this case the record 1.
Definition
JSON
/json/CreatePDF/{Token}/{IdForm}/{Id}/{FileName}
Parameters
Parameter | Description |
---|---|
Token | Authentication code, see more in GetToken (method) |
IdForm | Identifier of the print form registered in the «Formularios» table |
Id | Identifier of the record to be exported, from the corresponding table. |
FileName | Name of the file return |
Example JSON
http://test.aliquosoftware.net/aliquoserver/api.svc/json/CreatePDF/_PutTokenHere_/11/1/invoice.pdf
Tabla de contenidos